BitTorrent For Chrome

BitTorrent For Chrome

Send Link to BitTorrent For Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "48": "icon48.png",
      "96": "icon96.png",
      "128": "icon128.png"
    }
  },
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "48": "icon48.png",
    "96": "icon96.png",
    "128": "icon128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "options_ui": {
    "open_in_tab": true,
    "page": "options.html"
  },
  "permissions": [
    "storage",
    "contextMenus",
    "notifications"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icon96.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "host_permissions": [
    "https://localhost/*",
    "*://*/"
  ],
  "short_name": "BitTorrent",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.2"
}