movmaker-webui/manifest.json

40 lines
885 B
JSON

{
"name": "MVLog - Bubulescu.Org",
"short_name": "MVLog",
"description": "Motorcycle road stories, hockey passion, pizza nerdism and facts remembered by an unreliable narrator.",
"id": "/",
"start_url": "/",
"scope": "/",
"display": "standalone",
"display_override": [
"standalone",
"minimal-ui"
],
"background_color": "#111315",
"theme_color": "#1b1e22",
"categories": [
"travel",
"photo",
"entertainment"
],
"icons": [
{
"src": "/assets/img/pwa-icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/assets/img/pwa-icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "/assets/img/pwa-maskable-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
]
}