{
  "manifest_version":1,
  "type":"WebApp",
  "meta":{
    "name":"Exclusive mode",
    "version":"294.2.0",
    "minimum-overwolf-version":"0.77.10",
    "author":"Overwolf",
    "icon":"IconMouseOver.png",
    "icon_gray":"IconMouseNormal.png",
    "description":"Exclusive mode"
  },
  "disable_dockbutton": true,
  "hide_from_store": true,
  "data": {
    "start_window":"index",
    "windows":{
      "index":{
        "file":"Files/index.html",
        "in_game_only": true,
        "grab_keyboard_focus": false,
        "transparent": true,
		    "dpi_unaware":true,
        "desktop_only": false,
        "resizable": false,
        "size": {
          "width":1920,
          "height":1080
        }
      }
    }
  }
}