Real Debrid Download Manager

Real Debrid Download Manager

A Chrome Extension to simplify downloading of torrents through Real Debrid

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Real Debrid Download Manager",
  "description": "A Chrome Extension to simplify downloading of torrents through Real Debrid",
  "version": "0.9.2",
  "manifest_version": 2,
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "38": "icon16.png"
    },
    "default_title": "Real Debrid Download Manager",
    "default_popup": "index.html"
  },
  "permissions": [
    "background",
    "contextMenus",
    "downloads",
    "storage",
    "https://real-debrid.com/",
    "https://api.real-debrid.com/"
  ],
  "background": {
    "scripts": [
      "libs/js/jquery.min.js",
      "libs/js/moment.js",
      "libs/js/clipboard.min.js",
      "libs/js/material.min.js",
      "js/background.js"
    ]
  },
  "short_name": "RDDM"
}