Progressive Downloader Extension

Progressive Downloader Extension

Bridge between Mozilla Firefox and Progressive Downloader.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Progressive Downloader Extension",
  "description": "Bridge between Mozilla Firefox and Progressive Downloader.",
  "version": "1.13resigned1",
  "manifest_version": 2,
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "contextMenus",
    "notifications",
    "tabs",
    "cookies",
    "storage",
    "downloads",
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "page": "background.html"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{9e355e1b-0f85-4ef3-9c07-bce9f96153bb}"
    }
  }
}