{
  "short_name": "ProQuotar",
  "name": "ProQuotar - Job Management for Tradespeople",
  "description": "The all-in-one job management app for plumbers, electricians, builders and tradespeople. Create professional quotes, invoices and get paid faster.",
  "icons": [
    {
      "src": "favicon-48x48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "logo192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "logo512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "logo512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#2563eb",
  "background_color": "#ffffff",
  "categories": ["business", "productivity", "utilities"],
  "lang": "en-GB",
  "dir": "ltr",
  "orientation": "portrait-primary",
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "New Job",
      "short_name": "New Job",
      "description": "Create a new job",
      "url": "/?action=new-job",
      "icons": [{ "src": "logo192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Calendar",
      "short_name": "Calendar",
      "description": "View scheduled jobs",
      "url": "/scheduled-jobs",
      "icons": [{ "src": "logo192.png", "sizes": "192x192" }]
    }
  ]
}
