dotOnion

dotOnion

Forwards requests to .onion and .exit tlds to a tor proxy

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "version": "0.5",
  "description": "__MSG_extDescription__",
  "default_locale": "en",
  "browser_action": {
    "default_icon": "res/img/icon16.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "res/img/icon16.png",
    "32": "res/img/icon32.png",
    "48": "res/img/icon48.png",
    "128": "res/img/icon128.png"
  },
  "web_accessible_resources": [
    "res/img/*",
    "res/style/*"
  ],
  "background": {
    "scripts": [
      "/res/js/background.js"
    ]
  },
  "permissions": [
    "proxy"
  ],
  "manifest_version": 2
}