Tempo VPN - Free and unlimited vpn proxy

Tempo VPN - Free and unlimited vpn proxy

Try New

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Tempo VPN - Free and unlimited vpn proxy",
  "version": "1.1.2",
  "description": "Try New",
  "permissions": [
    "activeTab",
    "storage",
    "proxy"
  ],
  "background": {
    "scripts": [
      "static/js/background.js",
      "static/js/jquery.min.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "static/img/128.png",
    "default_title": "Tempo VPN",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "static/img/128.png",
    "32": "static/img/128.png",
    "48": "static/img/128.png",
    "128": "static/img/128.png"
  },
  "manifest_version": 2
}