Guide_Wii/images/manifest.json

23 lines
603 B
JSON
Raw Normal View History

2016-10-30 01:02:14 +02:00
{
"name": "Wii Guide",
"short_name": "Wii Guide",
"description": "The complete guide to modding your Nintendo Wii.",
"start_url": "/",
2017-09-09 01:54:47 +02:00
"icons": [
{
"src": "./android-chrome-192x192.png",
2017-09-09 01:54:47 +02:00
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
2017-09-09 01:54:47 +02:00
},
{
"src": "./android-chrome-512x512.png",
2017-09-09 01:54:47 +02:00
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
2017-09-09 01:54:47 +02:00
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}