Bittorent For Chrome

Bittorent For Chrome

Send Link to Bittorent For Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "action": {
    "default_popup": "popup/consent.html",
    "default_title": "BitTorrent",
    "default_icon": "res/icon96.png"
  },
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "res/icon16.png",
    "48": "res/icon48.png",
    "96": "res/icon96.png",
    "128": "res/icon128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "storage",
    "contextMenus",
    "activeTab",
    "notifications"
  ],
  "optional_permissions": [
    "alarms",
    "tabs",
    "webRequest",
    "webNavigation",
    "scripting"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "res/icon96.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "libs/safe-browsing-notification/index.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "short_name": "Bittorrent",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "13.1.0.4"
}