{
  "id": "/",
  "name": "Fabmastery.pro",
  "short_name": "Fabmastery",
  "description": "Industrial ERP for materials, CRM, projects, HR, store, and machinery operations.",
  "lang": "en-IN",
  "dir": "ltr",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f6f8fb",
  "theme_color": "#0f172a",
  "share_target": {
    "action": "/pwa/share-target",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "file_handlers": [
    {
      "action": "/pwa/file-handler",
      "accept": {
        "text/plain": [
          ".txt",
          ".md",
          ".log"
        ],
        "text/csv": [
          ".csv"
        ],
        "application/json": [
          ".json"
        ],
        "text/uri-list": [
          ".url"
        ]
      }
    }
  ],
  "icons": [
    {
      "src": "/images/pwa-180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/pwa-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/pwa-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/pwa-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/images/pwa-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Notifications",
      "short_name": "Alerts",
      "url": "/notifications",
      "icons": [
        {
          "src": "/images/pwa-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Tasks",
      "short_name": "Tasks",
      "url": "/tasks",
      "icons": [
        {
          "src": "/images/pwa-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "CRM",
      "short_name": "CRM",
      "url": "/crm/leads",
      "icons": [
        {
          "src": "/images/pwa-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Projects",
      "short_name": "Projects",
      "url": "/projects",
      "icons": [
        {
          "src": "/images/pwa-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Store",
      "short_name": "Store",
      "url": "/store/dashboard",
      "icons": [
        {
          "src": "/images/pwa-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Machinery",
      "short_name": "Machinery",
      "url": "/machinery",
      "icons": [
        {
          "src": "/images/pwa-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
