{
  "manifest_version": "1",
  "type": "GameEventsProvider",
  "meta": {
    "name": "Launcher Events Provider",
    "version": "291.0.2",
    "minimum-overwolf-version": "0.133.0.0",
    "author": "Overwolf",
    "icon": "icon.png",
    "icon_gray": "icon_gray.png",
    "description": "Provides events for various game launchers"
  },
  "permissions": ["FileSystem", "GameInfo", "Extensions", "Web"],
  "data": {
    "start_page": "app.html",
    "enable_provider_app_init": false,
    "game_events": [10902],
    "supported_games": [
      10902
    ],
    "auto_launch": true,
    "extra-objects": {
      "simple-io-plugin": {
        "file": "plugins/simple-io-plugin.dll",
        "class": "overwolf.plugins.SimpleIOPlugin"
      }
    },
    "externally_connectable": {
      "matches": [
        "http://*.overwolf.com",
        "https://*.google-analytics.com",
        "http://www.google-analytics.com"
      ]
    }
  }
}
