Image Downloader

Image Downloader

Browse and download images on the web

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": "/images/icon_128.png",
    "default_popup": "/src/Popup/index.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "description": "Browse and download images on the web",
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "icons": {
    "16": "/images/icon_16.png",
    "48": "/images/icon_48.png",
    "128": "/images/icon_128.png"
  },
  "manifest_version": 3,
  "minimum_chrome_version": "88",
  "name": "Image Downloader",
  "options_page": "/src/Options/index.html",
  "permissions": [
    "activeTab",
    "downloads",
    "webRequest",
    "webRequestBlocking",
    "scripting"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "version": "0.0.3"
}