{
  "name": "MAZDUKAN - Enterprise ERP",
  "short_name": "MAZDUKAN",
  "description": "Enterprise SaaS ERP for Indian Businesses",
  "start_url": "/modules/dashboard/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "any",
  "scope": "/",
  "icons": [
    {
      "src": "/assets/images/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/images/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "finance", "productivity"],
  "lang": "en",
  "dir": "ltr",
  "shortcuts": [
    {
      "name": "New Sale",
      "short_name": "Sale",
      "description": "Create a new sale",
      "url": "/modules/sales/add.php",
      "icons": [{ "src": "/assets/images/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "View Stock",
      "short_name": "Stock",
      "description": "Check inventory",
      "url": "/modules/inventory/",
      "icons": [{ "src": "/assets/images/icon-192x192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/modules/sales/add.php",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
