1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-31 12:11:49 +02:00
Files
Guide_3DS/docs/public/images/site-config/manifest.json
2024-09-27 08:38:29 -07:00

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