{
  "name": "MPOS Billing System - Professional POS Management",
  "short_name": "MPOS Billing",
  "description": "Complete POS system for managing orders, inventory, expenses, and analytics. Track sales, manage products, and grow your business efficiently.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#2980E1",
  "background_color": "#ffffff",
  "categories": ["business", "productivity"],
  "prefer_related_applications": false,
  "screenshots": [
    {
      "src": "/icons/screenshot-1.svg",
      "sizes": "540x720",
      "form_factor": "narrow",
      "type": "image/svg+xml"
    },
    {
      "src": "/icons/screenshot-2.svg",
      "sizes": "1280x720",
      "form_factor": "wide",
      "type": "image/svg+xml"
    }
  ],
  "icons": [
    {
      "src": "/icons/POS.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/POS.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/POS.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/POS.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Create Order",
      "short_name": "Order",
      "description": "Quickly create a new order",
      "url": "/create-order",
      "icons": [
        {
          "src": "/icons/POS.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Manage Products",
      "short_name": "Products",
      "description": "View and manage your products",
      "url": "/manage-products",
      "icons": [
        {
          "src": "/icons/POS.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Analytics",
      "short_name": "Analytics",
      "description": "View sales analytics and reports",
      "url": "/analytics",
      "icons": [
        {
          "src": "/icons/POS.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
