Skip to content

Commit e2e95e4

Browse files
committed
remove references to icons we dont have anymore
1 parent 2beb1e3 commit e2e95e4

File tree

3 files changed

+2
-21
lines changed

3 files changed

+2
-21
lines changed

manifest.appcache

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ ignored: [
88
]
99
cache: [
1010
'/docs/',
11-
'/favicon.ico',
12-
'/icons/apple-touch-180x180.png',
13-
'/icons/favicon-32x32.png'
11+
'/favicon.ico'
1412
]
1513
---
1614
CACHE MANIFEST

manifest.webmanifest

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,6 @@
1111
"start_url": "/",
1212
"theme_color": "#3492ff",
1313
"icons": [
14-
{
15-
"src": "/icons/chrome-launcher-144x144.png",
16-
"sizes": "144x144",
17-
"type": "image/png"
18-
},
19-
{
20-
"src": "/icons/android-home-192x192.png",
21-
"sizes": "192x192",
22-
"type": "image/png"
23-
},
24-
{
25-
"src": "/icons/android-splash-512x512.png",
26-
"sizes": "512x512",
27-
"type": "image/png"
28-
},
2914
{
3015
"src": "/assets/img/lodash.svg",
3116
"sizes": "any",

sw.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ ignored: [
66
]
77
prefetch: [
88
'/sw.js',
9-
'/manifest.webmanifest',
10-
'/icons/apple-touch-180x180.png',
11-
'/icons/favicon-32x32.png'
9+
'/manifest.webmanifest'
1210
]
1311
---
1412
'use strict'

0 commit comments

Comments
 (0)