{
  "name": "ScribeMD Pro",
  "short_name": "ScribeMD",
  "description": "AI-Powered Clinical Documentation - Record, Transcribe, and Generate SOAP Notes",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#FEFDFB",
  "theme_color": "#0D1B33",
  "orientation": "any",
  "categories": ["medical", "productivity", "healthcare"],
  "lang": "en-US",
  "dir": "ltr",
  "prefer_related_applications": false,
  "permissions": ["microphone", "audio-capture"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Recording",
      "short_name": "Record",
      "description": "Start a new patient recording",
      "url": "/dashboard?action=record",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Today's Appointments",
      "short_name": "Appointments",
      "description": "View today's appointment list",
      "url": "/dashboard",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/dashboard",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text"
    }
  }
}
