feat: pwa

This commit is contained in:
2026-07-14 20:23:48 +02:00
parent 4040b4fdd9
commit 9a795dc3c9
10 changed files with 178 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 997 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

+31
View File
@@ -0,0 +1,31 @@
{
"name": "Osiris",
"short_name": "Osiris",
"description": "Medication and pulse tracking for Osiris the cat.",
"start_url": "/admin/today/",
"scope": "/",
"display": "standalone",
"orientation": "portrait",
"background_color": "#202a35",
"theme_color": "#202a35",
"icons": [
{
"src": "/static/icons/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/static/icons/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "/static/icons/icon-maskable-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
]
}