Shake Torrent

Shake Torrent

Torrent file sharing tool. View files, seed files, download files.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Shake Torrent",
  "description": "Torrent file sharing tool. View files, seed files, download files.",
  "version": "1.6.0",
  "manifest_version": 3,
  "side_panel": {
    "default_path": "index.html"
  },
  "action": {
    "default_title": "Click to torrent a file",
    "default_popup": "index.html"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+0"
      }
    }
  },
  "icons": {
    "16": "image/shake-16.png",
    "32": "image/shake-32.png",
    "48": "image/shake-48.png",
    "128": "image/shake-128.png"
  },
  "background": {
    "service_worker": "sw.js"
  },
  "permissions": [
    "sidePanel",
    "notifications"
  ]
}