{
  "name": "Rudra Priyam ERP",
  "short_name": "RP ERP",
  "description": "Enterprise Resource Planning for Rudra Priyam Foods & Beverages",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#111827",
  "theme_color": "#d00000",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/static/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Order",
      "url": "/orders/add",
      "description": "Create a new sales order"
    },
    {
      "name": "Inventory",
      "url": "/inventory/",
      "description": "View stock levels"
    },
    {
      "name": "Expenses",
      "url": "/accounting/expenses",
      "description": "View expenses"
    }
  ]
}
