themer/web/public/manifest.json
2019-03-15 20:10:47 -06:00

26 lines
453 B
JSON

{
"short_name": "themer",
"name": "themer",
"icons": [
{
"src": "icon-32.png",
"type": "image/png",
"sizes": "32x32"
},
{
"src": "icon-192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "icon-512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#FF4050",
"background_color": "#282629"
}