{
  "id": "/",
  "name": "Notewell AI",
  "short_name": "Notewell",
  "description": "Record and transcribe meetings for NHS primary care. Works offline and syncs when you are back in signal.",
  "start_url": "/new-recorder",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#0073ff",
  "lang": "en-GB",
  "dir": "ltr",
  "categories": ["medical", "productivity", "business"],
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/lovable-uploads/8a31291f-ab28-4a81-9aa6-4ee730063d0e.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Record a meeting",
      "short_name": "Record",
      "url": "/new-recorder",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Notewell home",
      "short_name": "Home",
      "url": "/",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Recovery tool",
      "short_name": "Recovery",
      "url": "/recovery-tool",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
