{
  "name": "DAMAC Interactive Map",
  "short_name": "DAMAC Map",
  "description": "Listing of all DAMAC projects in Dubai with an interactive, kiosk-friendly map experience.",

  "start_url": "/",
  "scope": "/",

  "display": "fullscreen",
  "display_override": [
    "fullscreen",
    "minimal-ui",
    "standalone",
    "browser",
    "window-controls-overlay"
  ],

  "orientation": "landscape",

  "background_color": "#000000",
  "theme_color": "#000000",

  "dir": "ltr",
  "lang": "en",

  "id": "/?location=%s",

  "categories": [
    "business",
    "real estate",
    "travel",
    "navigation"
  ],

  "prefer_related_applications": false,
"iarc_rating_id": "123456789012",


  "shortcuts": [
    {
      "name": "DAMAC Interactive Map",
      "short_name": "Damac Map",
      "url": "/",
      "description": "Open DAMAC Interactive Map",
      "icons": [
        {
          "src": "/favicons/ios/192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "The Lifestyle Collection",
      "short_name": "Lifestyle",
      "url": "/lifestyle",
      "description": "View Lifestyle Collections from Damac",
      "icons": [
        {
          "src": "/favicons/ios/192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],

"icons": [
  {
    "src": "/favicons/android/android-launchericon-192-192.png",
    "sizes": "192x192",
    "type": "image/png",
    "purpose": "any"
  },
  {
    "src": "/favicons/android/android-launchericon-512-512.png",
    "sizes": "512x512",
    "type": "image/png",
    "purpose": "any"
  },
  {
    "src": "/favicons/android/android-launchericon-512-512.png",
    "sizes": "512x512",
    "type": "image/png",
    "purpose": "maskable"
  }
],

"protocol_handlers": [
  {
    "protocol": "web+damac",
    "url": "/?location=%s"
  }
],

"edge_side_panel": {
  "preferred_width": 400
},


"screenshots": [
  {
    "src": "https://maps.damacproperties.com/screenshots/desktop-1.png",
    "sizes": "1920x1080",
    "type": "image/png",
    "form_factor": "wide",
    "label": "DAMAC Interactive Map - Desktop View"
  },
  {
    "src": "https://maps.damacproperties.com/screenshots/mobile-1.png",
    "sizes": "750x1334",
    "type": "image/png",
    "form_factor": "narrow",
    "label": "DAMAC Interactive Map - Mobile View"
  }
],
"share_target": [
  {
  "action": "/lifestyle",
  "method": "GET",
  "params": {
    "title": "title",
    "text": "text",
    "url": "url"
  }
}
],

  "file_handlers": [
  {
    "action": "/",
    "accept": {
      "application/json": [".json"]
    }
  }
]
}