WIP
This commit is contained in:
65
public/manifest.json
Normal file
65
public/manifest.json
Normal file
@@ -0,0 +1,65 @@
|
||||
{
|
||||
"dir": "ltr",
|
||||
"lang": "en",
|
||||
"name": "ShareChess",
|
||||
"short_name": "ShareChess",
|
||||
"scope": "/",
|
||||
"display": "fullscreen",
|
||||
"url": "https://sharechess.github.io",
|
||||
"start_url": "https://game.voidvoyage.com/",
|
||||
"theme_color": "transparent",
|
||||
"description": "Share chess games",
|
||||
"orientation": "any",
|
||||
"background_color": "transparent",
|
||||
"related_applications": [],
|
||||
"prefer_related_applications": false,
|
||||
"icons": [
|
||||
{
|
||||
"src": "/assets/favicon.8c35612c.svg",
|
||||
"type": "image/svg+xml"
|
||||
},
|
||||
{
|
||||
"src": "/img/icon-72x72.png",
|
||||
"sizes": "72x72",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/img/icon-96x96.png",
|
||||
"sizes": "96x96",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/img/icon-128x128.png",
|
||||
"sizes": "128x128",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/img/icon-144x144.png",
|
||||
"sizes": "144x144",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/img/icon-152x152.png",
|
||||
"sizes": "152x152",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/img/icon-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/img/icon-384x384.png",
|
||||
"sizes": "384x384",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/img/icon-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"screenshots": [],
|
||||
"shortcuts": [],
|
||||
"generated": "true"
|
||||
}
|
||||
Reference in New Issue
Block a user