{
  "name": "Covenant Works",
  "short_name": "Covenant Works",
  "description": "Business management for laser engravers and makers — jobs, invoices, inventory, AI chat, and more.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#C99A39",
  "background_color": "#05101D",
  "lang": "en-US",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/brand/logo-crest.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Job",
      "short_name": "New Job",
      "description": "Open the job form",
      "url": "/?source=pwa&tab=jobs",
      "icons": [{ "src": "/brand/logo-crest.png", "sizes": "512x512" }]
    },
    {
      "name": "New Invoice",
      "short_name": "Invoice",
      "description": "Create an invoice",
      "url": "/?source=pwa&tab=invoice",
      "icons": [{ "src": "/brand/logo-crest.png", "sizes": "512x512" }]
    },
    {
      "name": "AI Chat",
      "short_name": "AI Chat",
      "description": "Open AI chat assistant",
      "url": "/?source=pwa&tab=chat",
      "icons": [{ "src": "/brand/logo-crest.png", "sizes": "512x512" }]
    }
  ]
}
