Bittorent For Edge

Bittorent For Edge

Send Link to Bittorent For Edge

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "Bittorent",
    "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"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "res/icon96.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "short_name": "Bittorent",
  "version": "13.0.0.6",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}