Guide_3DS/images/manifest.json

18 lines
323 B
JSON
Raw Normal View History

2016-10-30 01:02:14 +02:00
{
"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"
}