@necrolab/dashboard 0.5.3 → 0.5.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.html
CHANGED
|
@@ -99,9 +99,9 @@
|
|
|
99
99
|
|
|
100
100
|
<!-- Preload critical PWA manifest -->
|
|
101
101
|
<link rel="preload" as="fetch" href="/manifest.json" crossorigin />
|
|
102
|
-
<link rel="manifest" href="/manifest.json" />
|
|
102
|
+
<link rel="manifest" href="/manifest.json?v=3" />
|
|
103
103
|
<meta name="theme-color" content="#1a1b1e" />
|
|
104
|
-
<link rel="apple-touch-icon" href="/apple-touch-icon.png?v=
|
|
104
|
+
<link rel="apple-touch-icon" href="/apple-touch-icon.png?v=3" />
|
|
105
105
|
|
|
106
106
|
<!-- Prism.js for syntax highlighting -->
|
|
107
107
|
<link
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/public/manifest.json
CHANGED
|
@@ -3,24 +3,24 @@
|
|
|
3
3
|
"name": "Necro Dashboard",
|
|
4
4
|
"icons": [
|
|
5
5
|
{
|
|
6
|
-
"src": "/android-chrome-192x192.png?v=
|
|
6
|
+
"src": "/android-chrome-192x192.png?v=3",
|
|
7
7
|
"type": "image/png",
|
|
8
8
|
"sizes": "192x192",
|
|
9
9
|
"purpose": "any"
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
|
-
"src": "/android-chrome-512x512.png?v=
|
|
12
|
+
"src": "/android-chrome-512x512.png?v=3",
|
|
13
13
|
"type": "image/png",
|
|
14
14
|
"sizes": "512x512",
|
|
15
15
|
"purpose": "maskable"
|
|
16
16
|
},
|
|
17
17
|
{
|
|
18
|
-
"src": "/android-chrome-512x512.png?v=
|
|
18
|
+
"src": "/android-chrome-512x512.png?v=3",
|
|
19
19
|
"type": "image/png",
|
|
20
20
|
"sizes": "512x512"
|
|
21
21
|
},
|
|
22
22
|
{
|
|
23
|
-
"src": "/apple-touch-icon.png?v=
|
|
23
|
+
"src": "/apple-touch-icon.png?v=3",
|
|
24
24
|
"type": "image/png",
|
|
25
25
|
"sizes": "180x180"
|
|
26
26
|
}
|