banyaro/backend/static/manifest.json
2026-05-30 17:22:34 +02:00

138 lines
No EOL
3 KiB
JSON

{
"id": "/",
"version": "1.6.0",
"name": "Ban Yaro — Die Hunde-Plattform",
"short_name": "Ban Yaro",
"description": "Alles rund um deinen Hund. Von Welpe bis Opa.",
"start_url": "/",
"scope": "/",
"display": "standalone",
"display_override": ["window-controls-overlay", "standalone"],
"launch_handler": { "client_mode": "focus-existing" },
"orientation": "portrait-primary",
"background_color": "#0f1623",
"theme_color": "#0f1623",
"lang": "de",
"dir": "ltr",
"categories": [
"lifestyle",
"social"
],
"prefer_related_applications": false,
"icons": [
{
"src": "/icons/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/icons/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "/icons/icon-192-any.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/icons/icon-512-any.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"screenshots": [
{
"src": "/img/screenshots/screen-1.jpg",
"sizes": "920x2000",
"type": "image/jpeg",
"form_factor": "narrow",
"label": "Tagebuch & Erinnerungen"
},
{
"src": "/img/screenshots/screen-2.jpg",
"sizes": "920x2000",
"type": "image/jpeg",
"form_factor": "narrow",
"label": "Karte & Gassi-Spots"
},
{
"src": "/img/screenshots/screen-3.jpg",
"sizes": "920x2000",
"type": "image/jpeg",
"form_factor": "narrow",
"label": "Gesundheit & Termine"
},
{
"src": "/img/screenshots/screen-4.jpg",
"sizes": "920x2000",
"type": "image/jpeg",
"form_factor": "narrow",
"label": "Giftköder-Alarm"
},
{
"src": "/img/screenshots/screen-5.jpg",
"sizes": "920x2000",
"type": "image/jpeg",
"form_factor": "narrow",
"label": "Installation ohne App Store"
}
],
"share_target": {
"action": "/share",
"method": "POST",
"enctype": "multipart/form-data",
"params": {
"title": "title",
"text": "text",
"url": "url",
"files": [
{
"name": "media",
"accept": [
"image/*",
"video/*"
]
}
]
}
},
"shortcuts": [
{
"name": "Tagebuch",
"url": "/#diary",
"icons": [
{
"src": "/icons/icon-192.png",
"sizes": "192x192"
}
]
},
{
"name": "Widget",
"short_name": "Widget",
"description": "Nächste Erinnerung + zufälliges Tagebuchbild",
"url": "/#widget",
"icons": [
{
"src": "/icons/icon-192.png",
"sizes": "192x192"
}
]
},
{
"name": "Giftköder melden",
"url": "/#poison",
"icons": [
{
"src": "/icons/icon-192.png",
"sizes": "192x192"
}
]
}
]
}