Guide_Wii/images/site-config/manifest.json
lifehackerhansol a2d0b1beda
treewide: move everything theme related to submodule
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.
2024-01-16 12:34:41 -08:00

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"
}