asynqmon/ui/public/manifest.json

20 lines
384 B
JSON
Raw Normal View History

2020-11-24 22:54:00 +08:00
{
2021-01-08 11:52:16 +08:00
"name": "Asynq Monitoring",
"short_name": "Asynqmon",
2020-11-24 22:54:00 +08:00
"icons": [
{
2021-01-08 11:52:16 +08:00
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
2020-11-24 22:54:00 +08:00
},
{
2021-01-08 11:52:16 +08:00
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
2020-11-24 22:54:00 +08:00
}
],
2021-01-08 11:52:16 +08:00
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
2020-11-24 22:54:00 +08:00
}