This commit is contained in:
2019-04-20 17:30:49 +02:00
parent 7cf7582560
commit ecb9ea25f7
8 changed files with 90 additions and 4 deletions

31
Web/manifest.json Normal file
View File

@@ -0,0 +1,31 @@
{
"name": "Candy Fucker",
"short_name": "Candy Fucker",
"icons": [{
"src": "icons/icon-128.png",
"sizes": "128x128",
"type": "image/png"
}, {
"src": "icons/icon-144.png",
"sizes": "144x144",
"type": "image/png"
}, {
"src": "icons/icon-152.png",
"sizes": "152x152",
"type": "image/png"
}, {
"src": "icons/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icons/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"start_url": "index.html",
"display": "standalone",
"background_color": "#000000",
"theme_color": "#000000"
}