{
  "name": "ShotusPro Invoice Workspace",
  "short_name": "Shotus Invoice",
  "description": "Installable ShotusPro invoice workspace for billing, customers, inventory, and payment workflows.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f8fafc",
  "theme_color": "#12312f",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    {
      "src": "./icons/invoice-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icons/invoice-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icons/invoice-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Invoices",
      "short_name": "Invoices",
      "url": "./index.html#invoicesPage",
      "description": "Open invoice records"
    },
    {
      "name": "Customers",
      "short_name": "Customers",
      "url": "./index.html#customersPage",
      "description": "Open customer billing profiles"
    }
  ]
}
