{
  "name": "My Office Enterprise Portal",
  "short_name": "MyOffice",
  "description": "Modern Enterprise Office Management, Invoicing, GST Taxes & Project CRM Portal",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0a0a0c",
  "theme_color": "#0a0a0c",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    {
      "src": "assets/icons/icon-192x192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon-512x512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon-512x512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "assets/icon.png",
      "sizes": "192x192 512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Accounts & Budget",
      "short_name": "Accounts",
      "description": "View cashflow and budget analytics",
      "url": "/accounts",
      "icons": [{ "src": "assets/icons/icon-192x192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Invoices & Bills",
      "short_name": "Invoices",
      "description": "Manage billing and invoices",
      "url": "/invoices",
      "icons": [{ "src": "assets/icons/icon-192x192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Quotations",
      "short_name": "Quotations",
      "description": "Create proposals and quotes",
      "url": "/quotations",
      "icons": [{ "src": "assets/icons/icon-192x192.svg", "sizes": "192x192" }]
    },
    {
      "name": "My Projects",
      "short_name": "Projects",
      "description": "Track client project delivery",
      "url": "/projects",
      "icons": [{ "src": "assets/icons/icon-192x192.svg", "sizes": "192x192" }]
    }
  ]
}
