RyoVPN

RyoVPN

Unblock the Firefox to surf the Internet!

Additional files are visible only to premium users

manifest.json


{
  "version": "0.0.5",
  "manifest_version": 2,
  "default_locale": "en",
  "name": "__MSG_app_name__",
  "short_name": "__MSG_short_name__",
  "description": "__MSG_app_desc__",
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "91.1.0",
      "id": "{4b70a323-ee22-46af-85c7-f1da2fbd48ef}"
    }
  },
  "icons": {
    "16": "assets/images/on16.png",
    "48": "assets/images/on48.png",
    "128": "assets/images/on.png"
  },
  "permissions": [
    "<all_urls>",
    "activeTab",
    "tabs",
    "proxy",
    "webRequest",
    "webRequestBlocking",
    "storage",
    "unlimitedStorage",
    "notifications",
    "privacy"
  ],
  "background": {
    "scripts": [
      "assets/javascripts/base64.min.js",
      "assets/javascripts/jquery-3.4.1.min.js",
      "assets/javascripts/core.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "assets/images/off.png",
    "default_title": "__MSG_title__",
    "default_popup": "popup.html"
  }
}