{
  "name": "ManufactOS",
  "short_name": "ManufactOS",
  "description": "Manufacturing, Inventory & Billing Platform for plastic goods production",
  "version": "0.22",
  "start_url": "/dashboard.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#080d18",
  "theme_color": "#f59e0b",
  "orientation": "any",
  "lang": "en-IN",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Manufacture Product",
      "short_name": "Produce",
      "description": "Log a new production batch",
      "url": "/dashboard.html?section=production",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "New Invoice",
      "short_name": "Invoice",
      "description": "Create a customer invoice",
      "url": "/dashboard.html?section=billing",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "New Dispatch",
      "short_name": "Dispatch",
      "description": "Record a delivery",
      "url": "/dashboard.html?section=dispatch",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Raw Materials",
      "short_name": "Stock",
      "description": "Check raw material stock levels",
      "url": "/dashboard.html?section=raw-materials",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192" }]
    }
  ]
}
