{
  "name": "BMS — Business Management",
  "short_name": "BMS",
  "description": "Financial and compliance software for South African SMEs.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F2F2F7",
  "theme_color": "#1C1C1E",
  "categories": ["business", "finance", "productivity"],
  "lang": "en-ZA",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "New invoice",
      "short_name": "Invoice",
      "url": "/invoices/new"
    },
    {
      "name": "New quote",
      "short_name": "Quote",
      "url": "/quotes/new"
    },
    {
      "name": "Tax compliance",
      "short_name": "Tax",
      "url": "/tax"
    }
  ]
}
