Update manifest.
This commit is contained in:
parent
1052010dd5
commit
3589f42651
@ -1,45 +1,58 @@
|
|||||||
{
|
{
|
||||||
"id": "snek",
|
"id": "snek",
|
||||||
"name": "Snek",
|
"name": "Snek",
|
||||||
"description": "Danger noodle",
|
"short_name": "Snek",
|
||||||
|
"description": "Snek Software Development Community",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"orientation": "portrait",
|
"orientation": "portrait",
|
||||||
"scope": "/",
|
"scope": "/",
|
||||||
|
"start_url": "/web.html",
|
||||||
"theme_color": "#000000",
|
"theme_color": "#000000",
|
||||||
"background_color": "#000000",
|
"background_color": "#000000",
|
||||||
"related_applications": [],
|
|
||||||
"prefer_related_applications": false,
|
|
||||||
"screenshots": [],
|
|
||||||
"dir": "ltr",
|
"dir": "ltr",
|
||||||
"lang": "en-US",
|
"lang": "en-US",
|
||||||
"launch_path": "/web.html",
|
|
||||||
"short_name": "Snek",
|
|
||||||
"start_url": "/web.html",
|
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "/image/snek_logo_192x192.png",
|
"src": "/image/snek_logo_32x32.png",
|
||||||
"type": "image/png",
|
"type": "image/png",
|
||||||
"sizes": "192x192"
|
"sizes": "32x32"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "/image/snek_logo_512x512.png",
|
"src": "/image/snek_logo_64x64.png",
|
||||||
"type": "image/png",
|
"type": "image/png",
|
||||||
"sizes": "512x512"
|
"sizes": "64x64"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "/image/snek_logo_128x128.png",
|
||||||
|
"type": "image/png",
|
||||||
|
"sizes": "128x128"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "/image/snek_logo_144x144.png",
|
"src": "/image/snek_logo_144x144.png",
|
||||||
"type": "image/png",
|
"type": "image/png",
|
||||||
"sizes": "144x144"
|
"sizes": "144x144"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"src": "/image/snek_logo_192x192.png",
|
||||||
|
"type": "image/png",
|
||||||
|
"sizes": "192x192"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"src": "/image/snek_logo_256x256.png",
|
"src": "/image/snek_logo_256x256.png",
|
||||||
"type": "image/png",
|
"type": "image/png",
|
||||||
"sizes": "256x256"
|
"sizes": "256x256"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"src": "/image/snek_logo_512x512.png",
|
||||||
|
"type": "image/png",
|
||||||
|
"sizes": "512x512"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"src": "/image/snek_logo_1024x1024.png",
|
"src": "/image/snek_logo_1024x1024.png",
|
||||||
"type": "image/png",
|
"type": "image/png",
|
||||||
"sizes": "1024x1024"
|
"sizes": "1024x1024"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"related_applications": [],
|
||||||
|
"prefer_related_applications": false
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user