{
  "name": "StockBill Pro – Inventory & Billing Manager",
  "short_name": "StockBill Pro",
  "description": "Professional inventory, stock ledger, billing and invoice manager for PC and laptops.",
  "start_url": "/",
  "scope": "/",
  "id": "/index.html",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0d0d1a",
  "theme_color": "#7c6ff7",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Create New Bill",
      "short_name": "New Bill",
      "description": "Create a new sale invoice",
      "url": "./index.html#sales",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Stock Ledger",
      "short_name": "Stock",
      "description": "View inventory and stock balances",
      "url": "./index.html#stock",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ],
  "categories": ["business", "finance", "productivity"]
}
