Video Downloader VeeVee

Video Downloader VeeVee

Video Downloader VeeVee – Download videos from the Internet.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_app_name__",
  "description": "__MSG_app_description__",
  "short_name": "__MSG_app_short_name__",
  "version": "2.1",
  "default_locale": "en",
  "author": "VeeVee",
  "homepage_url": "https://www.hashtap.com/@veevee",
  "icons": {
    "48": "/img/logo/48x48.png",
    "64": "/img/logo/64x64.png",
    "80": "/img/logo/80x80.png",
    "128": "/img/logo/128x128.png",
    "256": "/img/logo/256x256.png",
    "384": "/img/logo/384x384.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "/img/icon/16x16.png",
      "20": "/img/icon/20x20.png",
      "24": "/img/icon/24x24.png",
      "32": "/img/icon/32x32.png",
      "48": "/img/icon/48x48.png",
      "64": "/img/icon/64x64.png",
      "80": "/img/icon/80x80.png",
      "128": "/img/icon/128x128.png",
      "256": "/img/icon/256x256.png",
      "384": "/img/icon/384x384.png"
    },
    "default_title": "__MSG_app_title__",
    "default_popup": "html/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/content.js"
      ],
      "all_frames": true,
      "run_at": "document_idle"
    }
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "tabs",
    "storage",
    "downloads",
    "unlimitedStorage",
    "notifications",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "web_accessible_resources": [
    "img/icons/*",
    "html/frame.html"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{2dd74396-fb49-49db-9d79-c16e578d6d88}"
    }
  }
}