e8e5b61404
* 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
23 lines
No EOL
603 B
JSON
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"
|
|
} |