{
  "name": "Arthvana POS",
  "short_name": "Arthvana",
  "description": "Retail POS & ERP by Damerax Cloud Solutions",
  "start_url": "/pos.php",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#FFFFFF",
  "theme_color": "#1A1A2E",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/assets/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "POS Terminal",
      "short_name": "POS",
      "description": "Open the POS terminal",
      "url": "/pos.php",
      "icons": [{ "src": "/assets/img/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Reports",
      "short_name": "Reports",
      "description": "View sales reports",
      "url": "/modules/reports.php",
      "icons": [{ "src": "/assets/img/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Inventory",
      "short_name": "Inventory",
      "description": "Manage inventory",
      "url": "/modules/inventory.php",
      "icons": [{ "src": "/assets/img/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
