Skip to content

Commit

Permalink
updated icons
Browse files Browse the repository at this point in the history
  • Loading branch information
makersmecca committed Dec 29, 2024
1 parent c8ad64d commit 07cc52c
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 22 deletions.
3 changes: 0 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
<link rel="icon" type="image/png" href="/Icons/icon-512x512.png" />

<!-- ios icons -->
<link rel="apple-touch-icon" href="/ios/16.png" />
<link rel="apple-touch-icon" href="/ios/32.png" />
<link rel="apple-touch-icon" href="/ios/72.png" />
<link rel="apple-touch-icon" href="/ios/144.png" />
<link rel="apple-touch-icon" href="/ios/192.png" />
<link rel="apple-touch-icon" href="/ios/256.png" />
Expand Down
Binary file removed public/ios/16.png
Binary file not shown.
Binary file removed public/ios/32.png
Binary file not shown.
Binary file removed public/ios/72.png
Binary file not shown.
15 changes: 0 additions & 15 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,21 +38,6 @@
"sizes": "48x48",
"type": "image/png"
},
{
"src": "ios/16.png",
"sizes": "16x16",
"type": "image/png"
},
{
"src": "ios/32.png",
"sizes": "32x32",
"type": "image/png"
},
{
"src": "ios/72.png",
"sizes": "72x72",
"type": "image/png"
},
{
"src": "ios/144.png",
"sizes": "144x144",
Expand Down
5 changes: 1 addition & 4 deletions public/sw.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const OFFLINE_VER = "1.1.0";
const OFFLINE_VER = "1.1.1";
const CACHE_NAME = "vbe" + OFFLINE_VER;
const OFFLINE_URL = "fallback.html";

Expand All @@ -19,9 +19,6 @@ const assets = [
"ios/256.png",
"ios/192.png",
"ios/144.png",
"ios/72.png",
"ios/32.png",
"ios/16.png",
"windows11/Square44x44Logo.altform-lightunplated_targetsize-32.png",
"windows11/Square44x44Logo.altform-lightunplated_targetsize-44.png",
"windows11/Square44x44Logo.altform-lightunplated_targetsize-64.png",
Expand Down

0 comments on commit 07cc52c

Please sign in to comment.