Update manifest.json
Browse files- manifest.json +3 -3
manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
-
"name": "
|
| 3 |
-
"short_name": "
|
| 4 |
"start_url": "/",
|
| 5 |
"display": "standalone",
|
| 6 |
"background_color": "#000000",
|
|
@@ -8,7 +8,7 @@
|
|
| 8 |
"icons": [
|
| 9 |
{
|
| 10 |
"src": "/icon.png",
|
| 11 |
-
"sizes": "
|
| 12 |
"type": "image/png"
|
| 13 |
},
|
| 14 |
{
|
|
|
|
| 1 |
{
|
| 2 |
+
"name": "ANVICO",
|
| 3 |
+
"short_name": "ANVICO",
|
| 4 |
"start_url": "/",
|
| 5 |
"display": "standalone",
|
| 6 |
"background_color": "#000000",
|
|
|
|
| 8 |
"icons": [
|
| 9 |
{
|
| 10 |
"src": "/icon.png",
|
| 11 |
+
"sizes": "512x512",
|
| 12 |
"type": "image/png"
|
| 13 |
},
|
| 14 |
{
|