Skip to content

Commit

Permalink
added icon for safari
Browse files Browse the repository at this point in the history
  • Loading branch information
rajnidua committed Oct 16, 2021
1 parent cefb07d commit 073d99f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions public/manifest.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
"src": "../icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "../icons/apple-touch-icon.png",
"sizes": "180x180",
"type": "image/png"
}
],
"theme_color": "#ffffff",
Expand Down
1 change: 1 addition & 0 deletions public/service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const FILES_TO_CACHE = [
"/manifest.webmanifest",
"/icons/android-chrome-192x192.png",
"/icons/android-chrome-512x512.png",
"/icons/apple-touch-icon.png",
];

const CACHE_NAME = "static-cache-v2";
Expand Down

0 comments on commit 073d99f

Please sign in to comment.