mirror of
https://github.com/dborth/vbagx.git
synced 2025-01-01 05:31:48 +01:00
42 lines
873 B
JSON
42 lines
873 B
JSON
{
|
|
"name": "Comida Cab",
|
|
"short_name": "Comida Cab",
|
|
"description": "Comida Cab",
|
|
"lang": "en-US",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#44c950",
|
|
"theme_color": "#44c950",
|
|
"icons": [
|
|
{
|
|
"src": "/static/icons/128x128.png",
|
|
"sizes": "128x128",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/static/icons/144x144.png",
|
|
"sizes": "144x144",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/static/icons/152x152.png",
|
|
"sizes": "152x152",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/static/icons/192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/static/icons/256x256.png",
|
|
"sizes": "256x256",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/static/icons/512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
} |