Guide_3DS/images/site-config/manifest.json
lifehackerhansol 810e90c2b5
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:31:55 -08:00

17 lines
323 B
JSON

{
"name": "Guide",
"icons": [
{
"src": "images\/android-chrome-192x192.png?v=PYEmwKvQAx",
"sizes": "192x192",
"type": "image\/png"
},
{
"src": "images\/android-chrome-512x512.png?v=PYEmwKvQAx",
"sizes": "512x512",
"type": "image\/png"
}
],
"theme_color": "#000000",
"display": "standalone"
}