Material_Verwaltungs_Tool/manifest.json

22 lines
454 B
JSON

{
"name": "Materialverwaltung",
"short_name": "Materialverwaltung",
"start_url": "index.php",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#2196f3",
"author": "M_Viper",
"icons": [
{
"src": "img/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "img/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}