Files
puppy-tracker/src/manifest.json
T
Alexander Heldt d61e88fa29 Light of day
2026-06-21 17:41:56 +00:00

19 lines
395 B
JSON

{
"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"
}
]
}