{
  "manifest_version": "1",
  "type": "WebApp",
  "meta": {
    "name": "Settings",
    "version": "294.0.6",
    "minimum-overwolf-version": "0.187.1.0",
    "author": "Overwolf",
    "icon": "IconMouseOver.png",
    "icon_gray": "IconMouseNormal.png",
    "window_icon": "window_icon.png",
    "description": ""
  },
  "hide_from_store": true,
  "disable_dockbutton": true,
  "permissions": ["FileSystem", "DesktopStreaming"],
  "data": {
    "externally_connectable": {
      "matches": [
        "https://*.overwolf.com",
        "https://*.google-analytics.com"
      ]
    },
    "start_window": "background",
    "windows": {
      "background": {
        "file": "dist/background/index.html",
        "clickthrough": true,
        "resizable": false,
        "show_in_taskbar": false,
        "is_background_page": true,
        "keep_window_location": false,
        "background_optimization": false,
        "size": {
          "width": 20,
          "height": 20
        }
      },
      "main": {
        "file": "dist/main/index.html",
        "transparent": true,
        "show_in_taskbar": true,
        "block_top_window_navigation": true,
        "size": {
          "width": 980,
          "height": 702
        },
        "min_size": {
          "width": 980,
          "height": 702
        },
        "grab_keyboard_focus": false
      },
      "cmp": {
        "file": "dist/cmp/index.html",
        "transparent": true,
        "show_in_taskbar": true,
        "block_top_window_navigation": true,
        "size": {
          "width": 800,
          "height": 820
        },
        "min_size": {
          "width": 800,
          "height": 820
        },
        "max_size": {
          "width": 800,
          "height": 820
        },
        "grab_keyboard_focus": false
      }
    }
  }
}

