pseudosubs-v2/public/manifest.json

21 lines
503 B
JSON
Raw Permalink Normal View History

2019-03-26 19:45:14 +00:00
{
"name": "pseudosubs5",
"short_name": "pseudosubs5",
"icons": [
{
"src": "./img/icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "./img/icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"start_url": "./index.html",
"display": "standalone",
"background_color": "#ea486a",
"theme_color": "#009961"
2019-03-26 19:45:14 +00:00
}