Guide_3DS/images/manifest.json
2016-10-30 17:25:34 -04: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"
}