{
  "name": "ERPM System",
  "short_name": "ERPM",
  "description": "Progressive Web App for ERP Mobile Shopping and Expense Recording",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#1f2937",
  "theme_color": "#1f2937",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "./assets/images/app-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./assets/images/app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity", "shopping"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View dashboard overview",
      "url": "./index.html#dashboard"
    },
    {
      "name": "Shopping",
      "short_name": "Shop",
      "description": "Browse and buy items",
      "url": "./index.html#shopping"
    },
    {
      "name": "Cart",
      "short_name": "Cart",
      "description": "View shopping cart",
      "url": "./index.html#cart"
    },
    {
      "name": "Orders",
      "short_name": "Orders",
      "description": "View order history",
      "url": "./index.html#history"
    }
  ]
}
