36320-vm/manifest.json
Flatlogic Bot f1c13ea8d8 1.2
2025-11-26 19:33:57 +00:00

21 lines
403 B
JSON

{
"short_name": "PWA",
"name": "Progressive Web App",
"icons": [
{
"src": "assets/img/icon-192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "assets/img/icon-512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "/index.php",
"background_color": "#3367D6",
"display": "standalone",
"theme_color": "#3367D6"
}