themer/web/public/manifest.json
2019-04-09 05:44:27 -06:00

32 lines
558 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": "#282629",
"background_color": "#FFFCFF",
"categories": [
"personalization",
"productivity",
"utilities",
"developer tools"
]
}