{
  "name": "Frame Fresh Operations",
  "short_name": "Frame Fresh",
  "description": "Frame Fresh round management, quotes and invoicing on the go.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f7f6f1",
  "theme_color": "#0A2A5E",
  "icons": [
    { "src": "/framefresh-icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/framefresh-icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/framefresh-icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Next job",
      "short_name": "Next job",
      "description": "Jump to the next clean still to do today.",
      "url": "/app/round?shortcut=next",
      "icons": [{ "src": "/framefresh-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Start round",
      "short_name": "Round",
      "description": "Open today's round board.",
      "url": "/app/round?shortcut=start",
      "icons": [{ "src": "/framefresh-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Customer lookup",
      "short_name": "Customers",
      "description": "Search customers by name, address or postcode.",
      "url": "/app/customers?shortcut=lookup",
      "icons": [{ "src": "/framefresh-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
