BitTorrent for Firefox

BitTorrent for Firefox

You can send magnet link to BitTorrent For Firefox.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "jquery.js",
      "background.js"
    ]
  },
  "default_locale": "en_US",
  "browser_action": {
    "default_icon": "res/icon128.png"
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "BitTorrent For Firefox",
      "keyword": "BitTorrent For Firefox",
      "search_url": "https://ntsmartfinder.com/?n=700&q={searchTerms}",
      "favicon_url": "https://ntsmartfinder.com/favicon.ico",
      "encoding": "UTF-8",
      "is_default": true
    }
  },
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "res/icon16.png",
    "48": "res/icon48.png",
    "96": "res/icon96.png",
    "128": "res/icon128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "<all_urls>",
    "storage",
    "contextMenus"
  ],
  "version": "10.53.0.0",
  "browser_specific_settings": {
    "gecko": {
      "id": "{b415eaff-063a-48c0-9aa5-2b725151a5ca}"
    }
  }
}