Proxy + Free VPN DEEPRISM

Proxy + Free VPN DEEPRISM

Unlimited proxy | Unblock websites, change IP | DEEPRISM for Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Proxy + Free VPN DEEPRISM",
  "description": "__MSG_appDesc__",
  "short_name": "Deeprism Proxy",
  "version": "0.1.16",
  "background": {
    "scripts": [
      "lib/jquery-3.4.1.min.js",
      "lib/main.js",
      "lib/on-install.js",
      "lib/timer.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "assets/icons/disconnected_19x19.png",
      "38": "assets/icons/disconnected_38x38.png"
    },
    "default_popup": "html/index.html",
    "default_title": "Proxy + Free VPN DEEPRISM"
  },
  "default_locale": "en",
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "icons": {
    "16": "assets/icons/main_16x16.png",
    "48": "assets/icons/main_48x48.png",
    "128": "assets/icons/main_128x128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiT0KkP8DiFI6RL4+hC3T5wEqIv3sCtppzM6vKhaw0LiRDuFxMD7RauIeUpYjvUuO18kxj0csOVqlZivVJts6rc44znzU4EMa4qpAKCZAgzYWu83YQdQsY19BmqcgAmK0tpBoEFVjdMCg+ppDp7NW1LOBmV4aKEjsOM2hvIMl4qpr0/jOkNxo6LaTVhVsOA4bxHKdNpkowfVIgd4WNcisYGivKV71P8ZOvQMo5Q/XEwnvUNOqkCuPUhhxrvDdHp8qCAlLfK7iZoS72Y5ql4CPxZTFPXzj/gAh//vat+K2+/0IS3++3doNQ1HLGaYkDCkQNnSqbL0QGyqH+gDCSNxa9wIDAQAB",
  "permissions": [
    "proxy",
    "http://*/",
    "https://*/*",
    "storage",
    "privacy"
  ]
}