cliget

cliget

Download login-protected files from the command line using curl, wget or aria2.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "cliget",
  "version": "2.1.0",
  "description": "Download login-protected files from the command line.",
  "icons": {
    "48": "icons/cliget.svg",
    "96": "icons/cliget.svg"
  },
  "homepage_url": "https://github.com/zaidka/cliget",
  "permissions": [
    "webRequest",
    "storage",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "utils.js",
      "curl.js",
      "wget.js",
      "aria2.js",
      "background.js"
    ]
  },
  "browser_action": {
    "browser_style": true,
    "default_title": "cliget",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/cliget-dark.svg",
      "32": "icons/cliget-dark.svg"
    },
    "theme_icons": [
      {
        "dark": "icons/cliget-dark.svg",
        "light": "icons/cliget-light.svg",
        "size": 16
      },
      {
        "dark": "icons/cliget-dark.svg",
        "light": "icons/cliget-light.svg",
        "size": 32
      }
    ]
  },
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "79.0"
    }
  }
}