Light of day

This commit is contained in:
Alexander Heldt
2026-06-21 17:41:56 +00:00
commit d61e88fa29
13 changed files with 2556 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "Puppy Tracker",
"short_name": "Puppy",
"description": "Track your puppy's sleep, meals, and bathroom breaks.",
"start_url": "./",
"scope": "./",
"display": "standalone",
"background_color": "#f7f5ff",
"theme_color": "#7c5cff",
"icons": [
{
"src": "icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
}
]
}