BitComet Download Extension

BitComet Download Extension

helps to download files with BitComet

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "background.js"
  },
  "default_locale": "en",
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "icons": {
    "16": "images/menu_logo.png",
    "48": "images/extension_logo.png",
    "128": "images/install_logo.png"
  },
  "action": {
    "default_icon": "images/icon19_normal.png",
    "default_title": "__MSG_description__",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "js": [
        "js/content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "permissions": [
    "contextMenus",
    "cookies",
    "nativeMessaging",
    "downloads",
    "notifications",
    "storage",
    "alarms"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "manifest_version": 3,
  "version": "1.96.0"
}