SpyOFF VPN Remote Control

SpyOFF VPN Remote Control

Control the SpyOFF VPN client remotely from your browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "manifest_version": 2,
  "name": "__MSG_extensionTitle__",
  "version": "1.0.14",
  "description": "__MSG_extensionDescription__",
  "permissions": [
    "nativeMessaging"
  ],
  "browser_action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "assets/images/icon_browser_anthrazit_16.png",
      "32": "assets/images/icon_browser_anthrazit_32.png",
      "64": "assets/images/icon_browser_anthrazit_64.png",
      "128": "assets/images/icon_browser_anthrazit_128.png"
    }
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+E",
        "mac": "MacCtrl+Shift+E"
      },
      "description": "Open SpyOFF Extension"
    }
  },
  "default_locale": "en",
  "icons": {
    "16": "assets/images/icon_browser_anthrazit_16.png",
    "32": "assets/images/icon_browser_anthrazit_32.png",
    "64": "assets/images/icon_browser_anthrazit_64.png",
    "128": "assets/images/icon_browser_anthrazit_128.png"
  }
}