ocDownloader for Firefox

ocDownloader for Firefox

This extension allows you to directly download a file by right clicking a link on a web page and selecting"Download With ocDownloader" in the context menu. Requires a running Nextcloud instance with the ocDownloader app installed.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_Name__",
  "description": "__MSG_Description__",
  "version": "1.6.2",
  "default_locale": "en_US",
  "browser_action": {
    "default_icon": "img/icon-32.png",
    "default_popup": "connection.html"
  },
  "permissions": [
    "contextMenus",
    "notifications",
    "http://*/",
    "https://*/",
    "storage"
  ],
  "icons": {
    "16": "img/icon-16.png",
    "32": "img/icon-32.png",
    "64": "img/icon-64.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  }
}