Toroo Tor™ Browser

Toroo Tor™ Browser

Easily browse the internet using TOR proxy with just one click!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.1.0",
  "manifest_version": 2,
  "short_name": "toroo",
  "name": "Toroo Tor™ Browser",
  "background": {
    "page": "lib/chrome/background.html"
  },
  "homepage_url": "http://toroo.org",
  "description": "Easily browse the internet using TOR proxy with just one click!",
  "permissions": [
    "tabs",
    "proxy",
    "storage",
    "http://*/*",
    "https://*/*",
    "notifications"
  ],
  "browser_action": {
    "default_title": "Tor™ Browser",
    "default_popup": "data/popup/popup.html",
    "default_icon": {
      "16": "data/icons/ON/16.png",
      "32": "data/icons/ON/32.png"
    }
  },
  "icons": {
    "16": "data/icons/ON/16.png",
    "32": "data/icons/ON/32.png",
    "48": "data/icons/ON/48.png",
    "64": "data/icons/ON/64.png",
    "128": "data/icons/ON/128.png"
  }
}