{
  "manifest_version": 1,
  "type": "WebApp",
  "disable_dockbutton": true,
  "hide_from_store": true,
  "meta": {
    "name": "Overwolf notifications",
    "version": "299.0.6",
    "minimum-overwolf-version": "0.198.0.11",
    "author": "Overwolf",
    "icon": "assets/IconMouseOver.png",
    "icon_gray": "assets/IconMouseNormal.png",
    "description": "Notifications 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"
      ]
    },
    "launch_events": [
      {
        "event": "AllGamesLaunch",
        "tracked": true,
        "track_all_games": true,
        "start_minimized": true,
        "event_data": {
          "include_launchers": true
        }
      }
    ],
    "extra-objects": {
      "downloader-plugin": {
        "file": "plugins/downloader.dll",
        "class": "com.overwolf.dwnldr.Downloader"
      },
      "simple-io-plugin": {
        "file": "plugins/simple-io-plugin.dll",
        "class": "overwolf.plugins.simpleio.SimpleIOPlugin"
      }
    },
    "start_window": "background",
    "windows": {
      "background": {
        "file": "dist/background/background.html",
        "is_background_page": true,
        "background_optimization": false,
        "size": {
          "width": 0,
          "height": 0
        }
      },
      "notification": {
        "override_on_update": true,
        "file": "dist/notification/notification.html",
        "transparent": true,
        "resizable": false,
        "desktop_only": true,
        "in_game_only": false,
        "show_in_taskbar": false,
        "grab_focus_on_desktop": false,
        "topmost": true,
        "is_alt_f4_blocked": true,
        "size": {
          "width": 500,
          "height": 500
        }
      },
      "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": [
      5426,
      10902
    ]
  }
}