RyoVPN

RyoVPN

Unblock the Chrome to surf the Internet!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.0.2",
  "manifest_version": 3,
  "minimum_chrome_version": "108",
  "default_locale": "en",
  "name": "__MSG_app_name__",
  "short_name": "__MSG_short_name__",
  "description": "__MSG_app_desc__",
  "icons": {
    "16": "assets/images/on16.png",
    "48": "assets/images/on48.png",
    "128": "assets/images/on.png"
  },
  "permissions": [
    "proxy",
    "storage",
    "webRequest",
    "webRequestAuthProvider"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "assets/images/off.png",
    "default_title": "__MSG_title__",
    "default_popup": "popup.html"
  }
}