{
  "name": "MotusVoxPT",
  "short_name": "MotusVoxPT",
  "description": "Voice-powered practice management for physiotherapists",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0F1D2B",
  "theme_color": "#0F1D2B",
  "categories": ["medical", "health", "productivity", "business"],
  "lang": "en",
  "dir": "ltr",

  "icons": [
    {
      "src": "/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],

  "screenshots": [
    {
      "src": "/screenshots/dashboard.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Dashboard — Today's schedule at a glance"
    },
    {
      "src": "/screenshots/dictation.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Voice Dictation — Speak your SOAP notes"
    }
  ],

  "shortcuts": [
    {
      "name": "Start Dictation",
      "short_name": "Dictate",
      "description": "Open voice dictation immediately",
      "url": "/dictation",
      "icons": [{ "src": "/icons/shortcut-mic.png", "sizes": "96x96" }]
    },
    {
      "name": "Today's Schedule",
      "short_name": "Schedule",
      "description": "View today's appointments",
      "url": "/appointments",
      "icons": [{ "src": "/icons/shortcut-calendar.png", "sizes": "96x96" }]
    },
    {
      "name": "Add Patient",
      "short_name": "Patient",
      "description": "Add a new patient",
      "url": "/patients?new=true",
      "icons": [{ "src": "/icons/shortcut-user.png", "sizes": "96x96" }]
    }
  ],

  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=app.motusvoxpt",
      "id": "app.motusvoxpt"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/motusvoxpt/id000000000"
    }
  ],

  "prefer_related_applications": false
}
