Sprint 0: Design System, App Shell, PWA, zentrales JS-Fundament
This commit is contained in:
parent
756e17faba
commit
84f49fafcf
9 changed files with 2507 additions and 0 deletions
40
backend/static/manifest.json
Normal file
40
backend/static/manifest.json
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"name": "Ban Yaro — Die Hunde-Plattform",
|
||||
"short_name": "Ban Yaro",
|
||||
"description": "Alles rund um deinen Hund. Von Welpe bis Opa.",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"orientation": "portrait-primary",
|
||||
"background_color": "#FAF7F2",
|
||||
"theme_color": "#C4843A",
|
||||
"lang": "de",
|
||||
"categories": ["lifestyle", "social"],
|
||||
"icons": [
|
||||
{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
|
||||
{ "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" },
|
||||
{ "src": "/icons/icon-180.png", "sizes": "180x180", "type": "image/png" }
|
||||
],
|
||||
"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": "Giftköder melden",
|
||||
"url": "/#poison",
|
||||
"icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue