Upload 7 files
Browse files- apple-touch-icon.png +0 -0
- favicon-96x96.png +0 -0
- favicon.ico +0 -0
- favicon.svg +1 -0
- site.webmanifest +21 -0
- web-app-manifest-192x192.png +0 -0
- web-app-manifest-512x512.png +0 -0
apple-touch-icon.png
ADDED
|
|
favicon-96x96.png
ADDED
|
|
favicon.ico
ADDED
|
|
favicon.svg
ADDED
|
|
site.webmanifest
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "VICKERS",
|
| 3 |
+
"short_name": "VICKERS",
|
| 4 |
+
"icons": [
|
| 5 |
+
{
|
| 6 |
+
"src": "/web-app-manifest-192x192.png",
|
| 7 |
+
"sizes": "192x192",
|
| 8 |
+
"type": "image/png",
|
| 9 |
+
"purpose": "maskable"
|
| 10 |
+
},
|
| 11 |
+
{
|
| 12 |
+
"src": "/web-app-manifest-512x512.png",
|
| 13 |
+
"sizes": "512x512",
|
| 14 |
+
"type": "image/png",
|
| 15 |
+
"purpose": "maskable"
|
| 16 |
+
}
|
| 17 |
+
],
|
| 18 |
+
"theme_color": "#ffffff",
|
| 19 |
+
"background_color": "#ffffff",
|
| 20 |
+
"display": "standalone"
|
| 21 |
+
}
|
web-app-manifest-192x192.png
ADDED
|
web-app-manifest-512x512.png
ADDED
|