Savefrom Proxy

Savefrom Proxy

Savefrom Proxy

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": " Savefrom Proxy",
  "version": "0.4.2",
  "description": " Savefrom Proxy",
  "manifest_version": 2,
  "permissions": [
    "storage",
    "tabs",
    "proxy",
    "webRequest",
    "webRequestBlocking",
    "http://51.91.68.55:443/*",
    "https://www.google-analytics.com/*",
    "https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.5.0/css/flag-icon.min.css",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "16": "images/sf_proxy_logo.png",
      "32": "images/sf_proxy_logo.png",
      "48": "images/sf_proxy_logo.png",
      "128": "images/sf_proxy_logo.png"
    },
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/sf_proxy_logo.png",
    "32": "images/sf_proxy_logo.png",
    "48": "images/sf_proxy_logo.png",
    "128": "images/sf_proxy_logo.png"
  },
  "content_scripts": [
    {
      "css": [
        "styles.css"
      ],
      "js": [
        "helper.js",
        "content.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "web_accessible_resources": [
    "images/down-arrow.svg",
    "images/up-arrow.svg",
    "images/sf_proxy_logo.png",
    "images/on.png",
    "images/off.png",
    "images/menu.svg",
    "images/report.svg",
    "images/tick.svg",
    "images/back-arrow.svg",
    "images/empty-list.svg",
    "images/close.svg",
    "images/onboarding/Screen-0.jpg",
    "images/onboarding/Screen-1.jpg",
    "images/onboarding/Screen-2.jpg",
    "images/onboarding/Screen-3.jpg",
    "images/onboarding/Screen-4.jpg",
    "images/pin.jpg"
  ]
}