Files
WebStrayer/manifest.json
2019-04-26 11:17:21 -04:00

22 lines
456 B
JSON

{
"short_name": "WebStrayer",
"name": "WebStrayer",
"icons": [
{
"src": "https://i.imgur.com/O4AeOvI.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "https://i.imgur.com/tYFWNW7.png",
"type": "image/png",
"sizes": "192x192"
}
],
"start_url": "/WebStrayer/index.html",
"background_color": "#FFFFFF",
"display": "standalone",
"scope": "/WebStrayer/",
"theme_color": "#525659"
}