{
  "name": "Business Core",
  "short_name": "Business Core",
  "description": "Multi-tenant Business Operating System for inventory, point-of-sale, financial books and predictive analytics. Works offline.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "lang": "en",
  "dir": "ltr",
  "theme_color": "#0066cc",
  "background_color": "#f5f5f7",
  "categories": ["business", "productivity", "finance"],
  "icons": [
    {
      "src": "favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Point of Sale",
      "short_name": "POS",
      "description": "Open the cashier terminal.",
      "url": "./pos.html"
    },
    {
      "name": "Inventory Ledger",
      "short_name": "Inventory",
      "description": "Manage stock levels.",
      "url": "./inventory.html"
    },
    {
      "name": "Financial Books",
      "short_name": "Books",
      "description": "View transactions and cash position.",
      "url": "./books.html"
    }
  ]
}
