{
  "id": "ie.reviva.app",
  "version": "1.5.0",
  "name": "Reviva",
  "description": "Reviva — Your AI Business Team",
  "short_name": "Reviva",
  "orientation": "landscape",
  "prefer_related_applications": false,
  "related_applications": [],
  "scope": "/",
  "dir": "ltr",
  "lang": "en-UK",
  "categories": ["health", "medical"],
  "launch_handler": {
    "client_mode": ["navigate-existing, auto"]
  },
  "file_handlers": {
    "allow_external": true,
    "allow_orientation_lock": true,
    "accept": {
      "application/pdf": {
        "action": "view",
        "types": ["open-with"]
      }
    }
  },
  "display_override": ["standalone"],
  "share_target": {
    "action": "send",
    "method": "GET",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "scope_extensions": [
    { "origin": "*.reviva.ie" },
    { "origin": "app.reviva.ie" },
    { "origin": "book.reviva.ie" }
  ],
  "screenshots": [
    {
      "src": "screenshots/appointments.png",
      "sizes": "1280x720",
      "type": "image/png"
    }
  ],
  "icons": [
    {
      "src": "logo512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    }
  ],
  "start_url": ".",
  "display": "standalone",
  "theme_color": "#055C2F",
  "background_color": "#FAFFFE"
}
