Vuze Web

Vuze Web

Find and download torrents directly from your browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Vuze Web",
  "version": "1.1.0.3",
  "manifest_version": 2,
  "icons": {
    "48": "icons/vl-48.png",
    "128": "icons/vl-128.png"
  },
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "icons/vl-19.png",
    "default_title": "Vuze Web",
    "default_popup": "popup/popup.html"
  },
  "permissions": [
    "nativeMessaging",
    "http://*/",
    "https://*/",
    "unlimitedStorage",
    "webNavigation"
  ],
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDDqOShQxyenmLnPWyh4xYXuhKLNdaUipnadeFFxO8UYuBJUWwK4QhHQ1FxWszma0WWxyqh3BnsUpQCxp+nDfnBdKxF3x0Jt+wZxxHU3BKaC//raUTvLTu1rIoyzurkfyLFUfvATsBaConFbPOfcXkX0jNOiOTzQ/3+/TS0zazF+wIDAQAB",
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://www.google.com/ https://www.googleapis.com/; object-src 'self'",
  "description": "Find and download torrents directly from your browser."
}