{
  "manifest_version": 1,
  "type": "WebApp",
  "disable_dockbutton": true,
  "hide_from_store": true,
  "meta": {
    "name": "Overwolf promotions",
    "version": "298.0.9",
    "minimum-overwolf-version": "0.223.0.31",
    "author": "Overwolf",
    "icon": "assets/IconMouseOver.png",
    "icon_gray": "assets/IconMouseNormal.png",
    "description": "Promotions from overwolf"
  },
  "permissions": [
    "GameInfo",
    "Extensions",
    "FileSystem",
    "Profile",
    "DesktopStreaming"
  ],
  "data": {
    "block_top_window_navigation": true,
    "externally_connectable": {
      "matches": [
        "https://*.overwolf.com",
        "http://*.overwolf.com",
        "http://*.google.com",
        "https://*.google.com"
      ]
    },
    "force_browser": "User",
    "launch_events": [
      {
        "event": "AllGamesLaunch",
        "tracked": true,
        "track_all_games": true,
        "start_minimized": true,
        "event_data": {}
      }
    ],
    "start_window": "background",
    "windows": {
      "background": {
        "file": "dist/background/background.html",
        "is_background_page": true,
        "background_optimization": false,
        "size": {
          "width": 0,
          "height": 0
        }
      },
      "promotion": {
        "override_on_update": true,
        "file": "dist/promotion/promotion.html",
        "transparent": true,
        "resizable": false,
        "desktop_only": false,
        "in_game_only": false,
        "show_in_taskbar": false,
        "grab_focus_on_desktop": false,
        "topmost": true,
        "osr": true,
        "is_alt_f4_blocked": true,
        "size": {
          "width": 360,
          "height": 270
        }
      },
      "tester": {
        "override_on_update": true,
        "file": "dist/tester/tester.html",
        "transparent": false,
        "resizable": true,
        "desktop_only": true,
        "in_game_only": false,
        "show_in_taskbar": true,
        "grab_focus_on_desktop": true,
        "topmost": true,
        "size": {
          "width": 470,
          "height": 130
        }
      }
    },
    "game_events": [
      765,
      5426,
      7212,
      7314,
      7764,
      8032,
      10798,
      10826,
      10906,
      21216,
      21566,
      21570,
      21626,
      21634,
      21640,
      22904,
      21848,
      21854,
      21864,
      21960,
      21876,
      9898,
      10624,
      10902,
      21308,
      21816,
      21668,
      8954,
      6365,
      10746,
      22092,
      22250,
      22848,
      22700,
      22730,
      23222,
      22088,
      10844,
      23424,
      22328,
      21656,
      22638,
      21620,
      23522,
      23478,
      23944,
      24484,
      24000,
      24504,
      24110,
      22584,
      24482,
      22804,
      24176,
      23930,
      4688,
      24360,
      24548,
      24300,
      22994,
      24218,
      6350,
      24542,
      24886,
      24346,
      24890,
      22894,
      25446,
      25448,
      22174
    ]
  }
}