Avast SecureLine VPN

Avast SecureLine VPN

Easily turn your Avast SecureLine VPN on and off, or change your server location, from the comfort of your browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_product_name__",
  "short_name": "__MSG_product_short_name__",
  "description": "__MSG_product_description__",
  "author": "Avast Software",
  "version": "1.0.978",
  "manifest_version": 2,
  "homepage_url": "http://www.avast.com",
  "permissions": [
    "storage",
    "nativeMessaging",
    "privacy",
    "management",
    "alarms",
    "https://*.avast.com/*"
  ],
  "default_locale": "en",
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_title": "VPN",
    "default_popup": "html/popup.html",
    "default_icon": {
      "16": "img/icon16.png",
      "32": "img/icon32.png"
    }
  },
  "icons": {
    "16": "img/icon16-ext.png",
    "32": "img/icon32-ext.png",
    "48": "img/icon48-ext.png",
    "64": "img/icon64-ext.png",
    "128": "img/icon128-ext.png",
    "256": "img/icon256-ext.png"
  }
}