{
  "name": "Pedra Telehealth System",
  "short_name": "PEDRA",
  "dir": "rtl",
  "id": "/home",
  "iarc_rating_id": "pending",
  "version": "8.0.2",
  "default_locale": "fa",
  "start_url": "/home?utm_source=homescreen",
  "scope": "/",
  "scope_extensions": [],
  "widgets": [],
  "related_applications": [],
  "description": "نوبت دهی آنلاین ، نسخه الکترونیک ، پزشکی و توانبخشی از راه دور",
  "icons": [
    { "src": "images/pedra-app-48.png", "sizes": "48x48", "type": "image/png", "purpose": "any" },
    { "src": "images/pedra-app-72.png", "sizes": "72x72", "type": "image/png", "purpose": "any" },
    { "src": "images/pedra-app-96.png", "sizes": "96x96", "type": "image/png", "purpose": "any" },
    { "src": "images/pedra-app-144.png", "sizes": "144x144", "type": "image/png", "purpose": "any" },
    { "src": "images/pedra-app-168.png", "sizes": "168x168", "type": "image/png", "purpose": "any" },
    { "src": "images/pedra-app-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "images/pedra-app-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "images/pedra-app-48.png", "sizes": "48x48", "type": "image/png", "purpose": "maskable" },
    { "src": "images/pedra-app-72.png", "sizes": "72x72", "type": "image/png", "purpose": "maskable" },
    { "src": "images/pedra-app-96.png", "sizes": "96x96", "type": "image/png", "purpose": "maskable" },
    { "src": "images/pedra-app-144.png", "sizes": "144x144", "type": "image/png", "purpose": "maskable" },
    { "src": "images/pedra-app-168.png", "sizes": "168x168", "type": "image/png", "purpose": "maskable" },
    { "src": "images/pedra-app-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "images/pedra-app-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
	{ "src": "images/pedra-app-monochrome.png", "sizes": "256x256", "type": "image/png", "purpose": "monochrome" }
  ],
  "screenshots": [
    {"src": "images/screen1.jpg", "sizes": "1902x912", "type": "image/jpg", "platform": "android", "label": "Homescreen of PEDRA"},
    {"src": "images/screen2.jpg", "sizes": "1902x912", "type": "image/jpg", "platform": "android", "label": "Appointment Booking Page"},
    {"src": "images/screen3.jpg", "sizes": "1902x912", "type": "image/jpg", "platform": "android", "label": "Doctors Panel"},
    {"src": "images/screen4.jpg", "sizes": "1902x912", "type": "image/jpg", "platform": "android", "label": "Reception Panel"},
    {"src": "images/screen5.jpg", "sizes": "1902x912", "type": "image/jpg", "platform": "android", "label": "Tamin ERX"}
  ],
  "shortcuts": [
	  {"name": "Telehealth System", "short_name": "Booking", "url": "/booking", "icons": [{"src": "images/pedra-app-96.png", "sizes": "96x96", "type": "image/png"}], "description": "Medical Appointment Booking"},
	  {"name": "Doctors Panel", "short_name": "Doctors", "url": "/doctorpanel", "icons": [{"src": "images/pedra-app-96.png", "sizes": "96x96", "type": "image/png"}], "description": "Doctors Panel"}
  ],
  "share_target": {
    "action": "/joinviashare",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "text": "text",
      "files": [
        {
          "name": "file",
          "accept": ["image/*", "application/pdf"]
        }
      ]
    }
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "edge_side_panel": {
    "preferred_width": 330,
    "preferred_height": 600
  },
  "handle_links": [
    {
      "url": "https://pedra.life/*"
    }
  ],
  "protocol_handlers": [
    {
        "protocol": "web+pedra",
        "url": "/handleprotocol?url=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/openfile",
      "name": "Medical File",
      "accept": {
        "application/pdf": [".pdf"],
        "image/*": [".png", ".jpg", ".jpeg"]
      }
    }
  ],
  "orientation": "portrait-primary",
  "categories": ["health", "medical", "telehealth","telerehab"],
  "theme_color": "#0f14a3",
  "background_color": "#0f14a3",
  "display": "standalone",
  "permissions": ["notifications", "geolocation"],
  "author": "Paran Darman Aria Ltd.",
  "lang": "fa",
  "display_override": ["standalone", "fullscreen", "window-controls-overlay"],
  "prefer_related_applications": false
}