SR Proxy

SR Proxy

Plugin for glype proxy server.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "short_name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "author": "Stefano Roberti",
  "homepage_url": "http://srproxy.stefanoroberti.com",
  "version": "1.1.0",
  "manifest_version": 2,
  "default_locale": "en",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "<all_urls>",
    "contextMenus",
    "*://*/*"
  ],
  "web_accessible_resources": [
    "redirect.html",
    "images/icon128.png",
    "images/bg.png",
    "css/redirect.css"
  ],
  "browser_action": {
    "default_title": "SR Proxy",
    "default_icon": "images/icon48.png",
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}