Super VPN for PC & Laptop - New Background

Super VPN for PC & Laptop - New Background

Super VPN for PC extension provides you with 'Super VPN' design on new tab. Designed for 'Super VPN' app fans.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Super VPN for PC & Laptop - New Background",
  "background": {
    "scripts": [
      "js/main.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "description": "Super VPN for PC extension provides you with 'Super VPN' design on new tab. Designed for 'Super VPN' app fans.",
  "icons": {
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "version": "1.1"
}