{
  "id": "/",
  "name": "TaxOz — Practice Workspace",
  "short_name": "TaxOz",
  "description": "Jobs, clients, lodgements, timesheets and the secure document vault for the firm.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#FBF7EE",
  "theme_color": "#FBF7EE",
  "lang": "en-AU",
  "dir": "ltr",
  "categories": ["business", "productivity", "finance"],
  "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"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/mobile-dashboard.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Your day: what needs attention, firm-wide pulse, and the job pipeline."
    },
    {
      "src": "/screenshots/desktop-dashboard.png",
      "sizes": "1440x900",
      "type": "image/png",
      "form_factor": "wide",
      "label": "The full workspace with the compliance calendar and client request inbox."
    }
  ],
  "shortcuts": [
    {
      "name": "Jobs",
      "short_name": "Jobs",
      "description": "The active engagement pipeline",
      "url": "/#jobs",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Clients",
      "short_name": "Clients",
      "description": "The client directory",
      "url": "/#clients",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Timesheets",
      "short_name": "Time",
      "description": "Log time and submit the week",
      "url": "/#timesheets",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
