awesome-wm-widgets/manifest.webmanifest

24 lines
546 B
Plaintext
Raw Normal View History

2018-09-17 04:36:57 +02:00
{
"name": "Awesome WM Widgets",
2018-09-25 20:13:13 +02:00
"short_name": "AWM Widgets",
2018-09-17 04:36:57 +02:00
"description":"Set of widgets for Awesome Window Manager",
"theme_color": "#222222",
2018-09-20 02:18:55 +02:00
"background_color": "#393939",
2018-09-17 04:36:57 +02:00
"display": "standalone",
"orientation": "portrait",
2018-09-25 20:59:43 +02:00
"start_url": "/awesome-wm-widgets/",
2018-09-17 04:36:57 +02:00
"icons": [
{
"src": "images/app-images/192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "images/app-images/512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"splash_pages": null
}