{
  "id": "/?source=pwa",
  "name": "DayView GO",
  "short_name": "DayView",
  "description": "Therapist schedule, routing, notes, messaging, and calling in one app.",
  "lang": "en-CA",
  "dir": "ltr",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["tabbed", "window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#000000",
  "theme_color": "#000000",
  "categories": ["medical", "health", "productivity", "business"],
  "prefer_related_applications": false,
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable any" },
    { "src": "/notification-icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/notification-badge-96.png", "sizes": "96x96", "type": "image/png", "purpose": "monochrome any" }
  ],
  "screenshots": [
    {
      "src": "/screenshot-phone.png",
      "sizes": "1242x2688",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "DayView GO mobile schedule and communications"
    },
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "DayView GO desktop overview"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Phone",
      "short_name": "Phone",
      "description": "Open the DayView phone dialer.",
      "url": "/?source=pwa#phone",
      "icons": [{ "src": "/notification-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Open Messages",
      "short_name": "Messages",
      "description": "Open the DayView messages screen.",
      "url": "/?source=pwa#messages",
      "icons": [{ "src": "/notification-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Open Call Log",
      "short_name": "Call Log",
      "description": "Open recent call history and missed calls.",
      "url": "/?source=pwa#call-log",
      "icons": [{ "src": "/notification-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "launch_handler": {
    "client_mode": ["focus-existing", "navigate-existing", "auto"]
  },
  "protocol_handlers": [
    {
      "protocol": "tel",
      "url": "/?source=pwa&launch=protocol&intent=phone&to=%s#phone"
    },
    {
      "protocol": "sms",
      "url": "/?source=pwa&launch=protocol&intent=messages&to=%s#messages"
    },
    {
      "protocol": "web+dayview",
      "url": "/?source=pwa&launch=protocol&intent=messages&to=%s#messages"
    }
  ],
  "share_target": {
    "action": "/?source=pwa&launch=share#messages",
    "method": "GET",
    "params": {
      "title": "share_title",
      "text": "share_text",
      "url": "share_url"
    }
  },
  "file_handlers": [
    {
      "action": "/?source=pwa&launch=file#messages",
      "accept": {
        "image/*": [".png", ".jpg", ".jpeg", ".webp", ".heic"],
        "application/pdf": [".pdf"],
        "audio/*": [".mp3", ".m4a", ".wav", ".ogg", ".webm"]
      },
      "launch_type": "single-client"
    }
  ],
  "related_applications": [
    {
      "platform": "webapp",
      "url": "/manifest.json",
      "id": "/?source=pwa"
    }
  ],
  "widgets": {
    "name": "DayView Overview",
    "short_name": "DayView",
    "description": "Quick launch and status widget for DayView GO.",
    "tag": "dayview-overview",
    "type": "application/json",
    "template": "widgets/dayview-widget-template.json",
    "ms_ac_template": "widgets/dayview-widget-template.json",
    "data": "widgets/dayview-widget-data.json",
    "auth": false,
    "multiple": true,
    "update": 3600,
    "icons": [
      {
        "src": "/icon-192.png",
        "sizes": "192x192",
        "type": "image/png"
      }
    ],
    "screenshots": [
      {
        "src": "/screenshot-widget.png",
        "sizes": "600x400",
        "type": "image/png",
        "platform": "Windows",
        "label": "DayView widget preview"
      }
    ]
  },
  "edge_side_panel": {
    "preferred_width": 420
  },
  "note_taking": {
    "new_note_url": "/?source=pwa&launch=note#messages"
  },
  "scope_extensions": [
    {
      "type": "origin",
      "origin": "https://dayview-api-production-e8ee.up.railway.app"
    }
  ]
}
