{
  "id": "/",
  "name": "The Ray - Shop Billing",
  "short_name": "The Ray",
  "description": "GST billing, inventory, and udhaar tracking for small shops",
  "lang": "en-IN",
  "dir": "ltr",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "launch_handler": { "client_mode": "focus-existing" },
  "prefer_related_applications": false,
  "edge_side_panel": { "preferred_width": 400 },
  "share_target": {
    "action": "/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": { "title": "title", "text": "text", "url": "url" }
  },
  "background_color": "#e4e8ef",
  "theme_color": "#0427f3",
  "orientation": "portrait",
  "categories": ["business", "finance", "shopping"],
  "screenshots": [
    {
      "src": "/screenshot-home.png",
      "sizes": "412x915",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Home dashboard — today's sales, quick actions"
    },
    {
      "src": "/screenshot-newbill.png",
      "sizes": "412x915",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "New bill — scan barcodes, add products, bill in seconds"
    },
    {
      "src": "/screenshot-products.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Products — add items, scan barcodes or menus"
    },
    {
      "src": "/screenshot-reports.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Reports — daily summary, GST filing, exports"
    }
  ],
  "shortcuts": [
    {
      "name": "New Bill",
      "short_name": "New Bill",
      "description": "Create a new bill right away",
      "url": "/bills/new",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Products",
      "short_name": "Products",
      "description": "View and add products",
      "url": "/products",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Customers",
      "short_name": "Customers",
      "description": "Sales ledger and credit",
      "url": "/customers",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Reports",
      "short_name": "Reports",
      "description": "Daily summary and GST filing",
      "url": "/reports",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "icons": [
    { "src": "/icon-48.png", "sizes": "48x48", "type": "image/png", "purpose": "any" },
    { "src": "/icon-72.png", "sizes": "72x72", "type": "image/png", "purpose": "any" },
    { "src": "/icon-96.png", "sizes": "96x96", "type": "image/png", "purpose": "any" },
    { "src": "/icon-128.png", "sizes": "128x128", "type": "image/png", "purpose": "any" },
    { "src": "/icon-144.png", "sizes": "144x144", "type": "image/png", "purpose": "any" },
    { "src": "/icon-152.png", "sizes": "152x152", "type": "image/png", "purpose": "any" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-384.png", "sizes": "384x384", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ]
}
