Rutor Torrent Search

Rutor Torrent Search

Search for torrent files with Rutor mirrors in popup

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_icon": "icons/icon128.png",
    "default_popup": "popup.html",
    "default_title": "__MSG_appButtonDesc__"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_security_policy": {
    "sandbox": "sandbox allow-forms allow-scripts; script-src 'self' 'unsafe-eval'; script-src-elem 'self'  blob: 'unsafe-inline' 'unsafe-eval'; child-src 'self'; object-src 'self'"
  },
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "host_permissions": [
    "*://suggestqueries.google.com/*",
    "http://*/*",
    "https://*/*"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "options_ui": {
    "page": "options/options.html"
  },
  "permissions": [
    "storage",
    "webRequest",
    "proxy",
    "unlimitedStorage",
    "cookies",
    "webRequestAuthProvider",
    "tabs",
    "scripting",
    "declarativeNetRequestWithHostAccess"
  ],
  "sandbox": {
    "pages": [
      "sandbox.html"
    ]
  },
  "version": "4.0.0.0",
  "web_accessible_resources": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "sandbox.html"
      ],
      "use_dynamic_url": true
    }
  ]
}