{
  "id": "/billing-pwa",
  "name": "Billing & Order Management",
  "short_name": "Billing&Orders",
  "description": "Mobile billing, order, inventory and POS app for hardware & retail shops. Create orders, scan barcodes, print bills, manage stock — works offline.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#FFFFFF",
  "theme_color": "#FF5722",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "productivity", "finance", "shopping"],
  "prefer_related_applications": false,
  "icons": [
    { "src": "icons/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
    { "src": "icons/icon-72x72.png", "sizes": "72x72", "type": "image/png" },
    { "src": "icons/icon-96x96.png", "sizes": "96x96", "type": "image/png" },
    { "src": "icons/icon-128x128.png", "sizes": "128x128", "type": "image/png" },
    { "src": "icons/icon-144x144.png", "sizes": "144x144", "type": "image/png" },
    { "src": "icons/icon-152x152.png", "sizes": "152x152", "type": "image/png" },
    { "src": "icons/icon-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "icons/icon-384x384.png", "sizes": "384x384", "type": "image/png" },
    { "src": "icons/icon-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "screenshots": [
    {
      "src": "icons/screenshot-mobile-1.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Dashboard with daily sales KPIs"
    },
    {
      "src": "icons/screenshot-mobile-2.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "POS order-create screen"
    },
    {
      "src": "icons/screenshot-wide-1.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Admin dashboard with charts"
    }
  ],
  "shortcuts": [
    {
      "name": "New Order",
      "short_name": "New",
      "description": "Open the POS order-create screen",
      "url": "/orders/create",
      "icons": [{ "src": "icons/shortcut-new.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Home",
      "description": "Open the dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "icons/shortcut-home.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Reports",
      "short_name": "Reports",
      "description": "Open sales / purchase reports",
      "url": "/reports",
      "icons": [{ "src": "icons/shortcut-reports.png", "sizes": "96x96", "type": "image/png" }]
    }
  ]
}