24 lines
546 B
JSON
24 lines
546 B
JSON
{
|
|
"name": "Awesome WM Widgets",
|
|
"short_name": "AWM Widgets",
|
|
"description":"Set of widgets for Awesome Window Manager",
|
|
"theme_color": "#222222",
|
|
"background_color": "#393939",
|
|
"display": "standalone",
|
|
"orientation": "portrait",
|
|
"start_url": "/awesome-wm-widgets/",
|
|
"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
|
|
}
|