{
  "name": "iFeedback Tech",
  "short_name": "iFeedback",
  "description": "Send customer review requests right after the job — no laptop needed.",
  "start_url": "/dashboard/tech",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#0F9D58",
  "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-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Request a review",
      "short_name": "Request",
      "description": "Send a customer a review link",
      "url": "/dashboard/tech?action=request",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Show QR code",
      "short_name": "QR",
      "description": "Display the location's QR code",
      "url": "/dashboard/tech?action=qr",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
