Files
Stackq/static/manifest.webmanifest
T

26 lines
495 B
JSON

{
"name": "Stackq",
"short_name": "Stackq",
"description": "Stackq inventory and receipts",
"start_url": "/",
"display": "standalone",
"background_color": "#0f172a",
"theme_color": "#0f172a",
"lang": "en",
"scope": "/",
"icons": [
{
"src": "/icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any"
},
{
"src": "/icon.svg",
"sizes": "512x512",
"type": "image/svg+xml",
"purpose": "maskable"
}
]
}