themer/web/public/manifest.json

32 lines
558 B
JSON
Raw Permalink Normal View History

2018-10-13 15:59:57 +00:00
{
2019-03-16 02:10:47 +00:00
"short_name": "themer",
"name": "themer",
2018-10-13 15:59:57 +00:00
"icons": [
{
2019-03-16 02:10:47 +00:00
"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"
2018-10-13 15:59:57 +00:00
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#282629",
"background_color": "#FFFCFF",
2019-04-09 02:58:28 +00:00
"categories": [
"personalization",
"productivity",
"utilities",
"developer tools"
]
2018-10-13 15:59:57 +00:00
}