{
  "name": "Dopa.care منصة دوبا كير",
  "short_name": "Dopa.care",
  "id": "care.dopa.app",
  "description": "Dopa.care منصة دوبا كير لادارة العيادات الطبية وحجوزات المرضي",
  "lang": "ar",
  "dir": "rtl",
  "start_url": "/home",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay"],
  "background_color": "#ffffff",
  "theme_color": "#1876A3",
  "orientation": "portrait",

  "icons": [
    {
      "src": "/img/logo/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/logo/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/img/logo/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/logo/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],

  "screenshots": [
    {
      "src": "/img/screenshots/home.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/img/screenshots/dashboard.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],

  "edge_side_panel": {
    "preferred_width": 400
  },

  "shortcuts": [
    {
      "name": "احجز موعد",
      "short_name": "موعد",
      "url": "/booking",
      "icons": [
        {
          "src": "/img/logo/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "الاطباء",
      "short_name": "اطباء",
      "url": "/doctors",
      "icons": [
        {
          "src": "/img/logo/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],

  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },

  "protocol_handlers": [
    {
      "protocol": "dopa",
      "url": "/?q=%s"
    }
  ],

  "file_handlers": [
    {
      "action": "/open-file",
      "accept": {
        "application/pdf": [".pdf"]
      }
    }
  ],

  "scope_extensions": [
    {
      "origin": "https://dopa.care"
    }
  ],

  "categories": ["medical", "health", "productivity"],

  "prefer_related_applications": false,
  "related_applications": [],

  "iarc_rating_id": "pending"
}
