Guide_Wii/images/manifest.json
Jeith e8e5b61404
PWA optimizations (#274)
* feat: added service worker and pwa optimizations

* fix: added newline at the end of Gemfile.lock to match main branch

* fix: fixed newline at the end of Gemfile.lock to match main branch
2022-07-15 17:49:36 +03:00

23 lines
No EOL
603 B
JSON

{
"name": "Wii Guide",
"short_name": "Wii Guide",
"description": "The complete guide to modding your Nintendo Wii.",
"start_url": "/",
"icons": [
{
"src": "./android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "./android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}