a2d0b1beda
All themes are moved to `_theme` submodule, which will be shared with other websites on hacks.guide. Repository-specific files can be overlayed after the fact, such as additional languages, custom JavaScript, progress table paths and the like.
23 lines
No EOL
651 B
JSON
23 lines
No EOL
651 B
JSON
{
|
|
"name": "Wii Hacks Guide",
|
|
"short_name": "Wii Hacks Guide",
|
|
"description": "The complete guide to modding your Nintendo Wii.",
|
|
"start_url": "/",
|
|
"icons": [
|
|
{
|
|
"src": "/images/site-config/android-chrome-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
},
|
|
{
|
|
"src": "/images/site-config/android-chrome-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
}
|
|
],
|
|
"theme_color": "#ffffff",
|
|
"background_color": "#ffffff",
|
|
"display": "standalone"
|
|
} |