{
  "manifest_version": 1,
  "type": "WebApp",
  "meta": {
    "name": "Overwolf Remote Configurations",
    "version": "1.292.2",
    "minimum-overwolf-version": "0.263.0.0",
    "author": "Overwolf",
    "icon": "IconMouseOver.png",
    "icon_gray": "IconMouseNormal.png",
    "description": "Remote configurations for the Overwolf"
  },
  "permissions": ["DesktopStreaming"],
  "disable_dockbutton": true,
  "hide_from_store": true,
  "data": {
    "launch_events": [
      {
        "event": "GameLaunch",
        "tracked": true,
        "event_data": {
          "game_ids": [
            21620
          ]
        },
        "start_minimized": true
      },
      {
        "event": "AllGamesLaunch",
        "tracked": true,
        "event_data": {
          "game_ids": []
        },
        "start_minimized": true
      },
      {
        "event": "LaunchWithOverwolf",
        "start_minimized": true
      }
    ],
    "start_window": "index",
    "enable_top_isolation":false,
    "windows": {
      "index": {
        "file": "files/index.html",
        "is_background_page": true,
        "native_window": true,
        "desktop_only": true,
        "transparent": true,
        "resizable": false,
        "show_in_taskbar": false,
        "size": {
          "width": 0,
          "height": 0
        },
        "min_size": {
          "width": 0,
          "height": 0
        },
        "max_size": {
          "width": 0,
          "height": 0
        }
      },
      "notification": {
        "override_on_update": true,
        "file": "files/notification/notification.html",
        "transparent": true,
        "resizable": false,
        "in_game_only": false,
        "keep_window_location": true,
        "show_in_taskbar": false,
        "grab_focus_on_desktop": false,
        "desktop_only": true,
        "topmost": true,
        "size": {
          "width": 500,
          "height": 500
        }
      }
    },
    "extra-objects": {
      "simple-io-plugin": {
        "file": "plugins/simple-io-plugin.dll",
        "class": "overwolf.plugins.simpleio.SimpleIOPlugin"
      }
    },
    "externally_connectable": {
      "matches": [ "https://*.overwolf.com" ]
    }
  }
}