Files
rustie/manifest.json

15 lines
343 B
JSON

{
"name": "Rustie Routine Planner",
"short_name": "Rustie",
"start_url": "/",
"display": "standalone",
"background_color": "#0f172a",
"theme_color": "#0f172a",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
]
}