{
  "manifest_version": "1",
  "type": "WebApp",
  "meta": {
    "name": "Overwolf Support",
    "version": "263.0.4",
    "minimum-overwolf-version": "0.149.0.0",
    "author": "Overwolf",
    "icon": "support_taskbar_icon.png",
    "icon_gray": "support_taskbar_icon.png",
    "description": "Overwolf's support widget"
  },
  "hide_from_store": true,
  "disable_dockbutton": true,
  "permissions": [],
  "data": {
    "externally_connectable": {
      "matches": [
        "https://widget.overwolf.com",
        "http://*.overwolf.com",
        "https://*.google-analytics.com"
      ]
    },
    "content_scripts": [
      {
        "matches": [
          "https://widget.overwolf.com/*"
        ],
        "js": [
          "redirect.js"
        ]
      }
    ],
    "url_protocol": {
      "scheme": "overwolf-support"
    },
    "enable_top_isolation": false,
    "start_window": "main",
    "windows": {
      "main": {
        "file": "dist/main/main.html",
        "transparent": true,
        "resizable": true,
        "show_in_taskbar": true,
        "block_top_window_navigation": true,
        "start_position": {
          "top": -5,
          "left": -5
        },
        "size": {
          "width": 976,
          "height": 700
        },
        "min_size": {
          "width": 764,
          "height": 700
        },
        "max_size": {
          "width": 976,
          "height": 700
        }
      }
    }
  }
}