19 lines
395 B
JSON
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"
|
|
}
|
|
]
|
|
}
|