24 lines
517 B
JSON
24 lines
517 B
JSON
{
|
|
"name": "Ausleihsystem",
|
|
"short_name": "Ausleihe",
|
|
"description": "System zur Verwaltung von Ausleihen",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#ffffff",
|
|
"theme_color": "#1f2937",
|
|
"icons": [
|
|
{
|
|
"src": "/static/img/icon-192.png",
|
|
"type": "image/png",
|
|
"sizes": "192x192",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "/static/img/icon-512.png",
|
|
"type": "image/png",
|
|
"sizes": "512x512",
|
|
"purpose": "any maskable"
|
|
}
|
|
]
|
|
}
|