{
  "name": "GlobalIT Solution CRM",
  "short_name": "GlobalIT CRM",
  "description": "Sales funnel, invoicing and production management",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#4E73DF",
  "lang": "en",
  "categories": ["business", "productivity"],
  "icons": [
    { "src": "/icons/icon-192.png",          "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png",          "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "All Clients",
      "short_name": "Clients",
      "url": "/clients",
      "description": "Your client list and payment status"
    },
    {
      "name": "Create Invoice",
      "short_name": "New Invoice",
      "url": "/zoho-invoices/create",
      "description": "Raise a new invoice"
    },
    {
      "name": "Trello Board",
      "short_name": "Tasks",
      "url": "/kanban",
      "description": "Production task boards"
    }
  ]
}
