Forkfile Download Manager

Forkfile Download Manager

Forkfile Download Manager

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Forkfile Download Manager",
  "version": "1.0.1",
  "description": "Forkfile Download Manager",
  "permissions": [
    "contextMenus",
    "notifications",
    "activeTab",
    "*://forkfile.com/*"
  ],
  "web_accessible_resources": [
    "images/logo.png"
  ],
  "background": {
    "scripts": [
      "background/index.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup/index.html",
    "default_icon": {
      "16": "images/logo.png",
      "32": "images/logo.png",
      "48": "images/logo.png",
      "128": "images/logo.png"
    }
  },
  "icons": {
    "16": "images/logo.png",
    "32": "images/logo.png",
    "48": "images/logo.png",
    "128": "images/logo.png"
  },
  "manifest_version": 2
}