{
  "id": "/?source=pwa",
  "name": "Mobile Shop Sathi - Billing & Stock Manager",
  "short_name": "Shop Sathi",
  "description": "Fast mobile billing, repair tracking, IMEI stock management, and cashbook dashboard.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#0b1120",
  "theme_color": "#7c3aed",
  "orientation": "any",
  "lang": "mr-IN",
  "dir": "ltr",
  "categories": ["business", "finance", "productivity", "utilities"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/static/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-maskable.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/static/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "New Sale Bill / POS",
      "short_name": "New Bill",
      "description": "Open quick counter POS bill generator",
      "url": "/sales/bill/?source=pwa_shortcut",
      "icons": [{ "src": "/static/icons/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Stock & Inventory",
      "short_name": "Stock",
      "description": "Check and manage shop stock",
      "url": "/inventory/?source=pwa_shortcut",
      "icons": [{ "src": "/static/icons/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Repairs & Service",
      "short_name": "Repairs",
      "description": "Track phone repairs and status",
      "url": "/repairs/?source=pwa_shortcut",
      "icons": [{ "src": "/static/icons/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Cashbook & Expenses",
      "short_name": "Cashbook",
      "description": "Record daily cash in / cash out",
      "url": "/cashbook/?source=pwa_shortcut",
      "icons": [{ "src": "/static/icons/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Search & IMEI",
      "short_name": "Search",
      "description": "Search bills, customers and IMEIs",
      "url": "/search/?source=pwa_shortcut",
      "icons": [{ "src": "/static/icons/icon-192.svg", "sizes": "192x192" }]
    }
  ]
}
