{
  "id": "/?source=pwa",
  "name": "CountAssist",
  "short_name": "CountAssist",
  "description": "Invoices, quotes, and job tracking for tradespeople, freelancers, and small businesses.",
  "start_url": "/dashboard/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#F7F3EC",
  "theme_color": "#D4541A",
  "lang": "en",
  "icons": [
    {
      "src": "/assets/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New invoice",
      "short_name": "Invoice",
      "description": "Create a new invoice",
      "url": "/invoices/create.php?source=pwa-shortcut",
      "icons": [{ "src": "/assets/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "New quote",
      "short_name": "Quote",
      "description": "Create a new quote",
      "url": "/quotes/create.php?source=pwa-shortcut",
      "icons": [{ "src": "/assets/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Chat CountAssist",
      "short_name": "Chat",
      "description": "Ask CountAssist anything",
      "url": "/chat.php?source=pwa-shortcut",
      "icons": [{ "src": "/assets/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "New client",
      "short_name": "Client",
      "description": "Add a new client",
      "url": "/clients/create.php?source=pwa-shortcut",
      "icons": [{ "src": "/assets/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "categories": ["business", "productivity", "finance"],
  "prefer_related_applications": false
}
