Torrent to server Firefox

Examine source code of Torrent to server

Inspect and view changes in Torrent to server source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Auto-Torrent Bot",
  "version": "1.3",
  "description": "Automatically handle .torrent files and magnet links.",
  "permissions": [
    "storage",
    "downloads",
    "notifications"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "lib/browser-polyfill.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "lib/browser-polyfill.js",
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "images/*"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "128": "icons/logo.png"
    }
  },
  "icons": {
    "128": "icons/logo.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "torrent-bot@mikkerlo.dev",
      "strict_min_version": "140.0"
    }
  }
}

Best Torrent to server Alternatives

Here are some Firefox add-ons that are similar to Torrent to server: