{
  "id": "/",
  "name": "Blue Tradie",
  "short_name": "Blue Tradie",
  "description": "AI-powered business management for tradies in Australia",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#ffffff",
  "theme_color": "#4F46E5",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["business", "productivity", "finance"],
  "shortcuts": [
    {
      "name": "New Invoice",
      "short_name": "Invoice",
      "description": "Create a new invoice",
      "url": "/invoices",
      "icons": [{ "src": "/icon-invoice.png", "sizes": "96x96" }]
    },
    {
      "name": "New Quote",
      "short_name": "Quote",
      "description": "Create a new quote",
      "url": "/quotes",
      "icons": [{ "src": "/icon-quote.png", "sizes": "96x96" }]
    },
    {
      "name": "AI Chat",
      "short_name": "Chat",
      "description": "Chat with AI assistant",
      "url": "/chat",
      "icons": [{ "src": "/icon-chat.png", "sizes": "96x96" }]
    }
  ]
}
