{
  "name": "BOPPIXEL ERP",
  "short_name": "BOPPIXEL",
  "description": "Multi-tenant SaaS ERP for Modern Businesses with Offline POS support.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "categories": ["business", "productivity", "finance"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "POS Terminal",
      "url": "/pos",
      "description": "Open POS terminal directly"
    },
    {
      "name": "Inventory",
      "url": "/inventory",
      "description": "Quick access to inventory"
    }
  ]
}
