You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sims-hq/apps/hq-web/public/manifest.webmanifest

20 lines
748 B
JSON

{
"name": "SiMS HQ Console",
"short_name": "SiMS HQ",
"description": "The internal ops console — clients, documents, payments, tickets and reminders.",
"id": "/",
"start_url": "/",
"scope": "/",
"display": "standalone",
"orientation": "any",
"background_color": "#0f1512",
"theme_color": "#115e59",
"categories": ["business", "productivity"],
"icons": [
{ "src": "icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
{ "src": "pwa-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
{ "src": "pwa-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
{ "src": "maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
]
}