itty-bitty/docs/manifest.json
2022-06-11 08:48:32 -07:00

26 lines
No EOL
536 B
JSON

{
"short_name": "itty.bitty",
"name": "itty.bitty.app",
"description": "itty.bitty.app",
"icons": [
{
"src": "/favicon.svg",
"type": "image/svg+xml",
"sizes": "32x32"
}
],
"start_url": "/edit",
"background_color": "#3367D6",
"display": "browser",
"scope": "/",
"theme_color": "#3367D6",
"shortcuts": [
{
"name": "New",
"short_name": "New Site",
"description": "New Site",
"url": "/edit",
"icons": [{ "src": "/favicon.svg", "sizes": "32x32" }]
}
]
}