{
  "name": "QKClose - AI Accounting Platform",
  "short_name": "QKClose",
  "description": "AI-powered accounting with built-in POS, invoicing, and general ledger. Works offline for POS transactions.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4D7C0F",
  "orientation": "any",
  "categories": ["business", "finance", "productivity"],
  "scope": "/",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "POS Register",
      "url": "/pos",
      "description": "Open the Point of Sale register"
    },
    {
      "name": "Invoices",
      "url": "/invoices",
      "description": "View and manage invoices"
    }
  ]
}
