PicHound - Professional Image Assistant

PicHound - Professional Image Assistant

PicHound allows you to easily find and manage images on websites

Merlin
Additional files are visible only to premium users

manifest.json


{
  "icons": {
    "16": "icon16.plasmo.6c567d50.png",
    "32": "icon32.plasmo.76b92899.png",
    "48": "icon48.plasmo.aced7582.png",
    "64": "icon64.plasmo.8bb5e6e0.png",
    "128": "icon128.plasmo.3c1ed2d2.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.6c567d50.png",
      "32": "icon32.plasmo.76b92899.png",
      "48": "icon48.plasmo.aced7582.png",
      "64": "icon64.plasmo.8bb5e6e0.png",
      "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "default_popup": "popup.html"
  },
  "version": "24.3.26",
  "author": "[email protected]",
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "side_panel": {
    "default_path": "sidepanel.html"
  },
  "permissions": [
    "storage",
    "sidePanel",
    "tabs",
    "downloads",
    "downloads.shelf",
    "declarativeNetRequest",
    "contextMenus"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "content.7f229555.js"
      ],
      "run_at": "document_start",
      "css": []
    },
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "root.7976c052.js"
      ],
      "run_at": "document_end",
      "css": [
        "root.12cb8e8b.css"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval' http://localhost;object-src 'self';"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "sandboxes/message.html",
        "resources/*"
      ],
      "matches": [
        "https://*/*"
      ]
    },
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "resources": [
        "root.90133ec3.ico",
        "root.7fd43091.ico",
        "root.6717f9ff.ico",
        "root.be2e292f.ico",
        "root.584e58b7.ico",
        "root.7245e132.png"
      ]
    }
  ],
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "default_locale": "en",
  "commands": {
    "download": {
      "suggested_key": {
        "default": "Alt+Z",
        "mac": "Alt+Z"
      },
      "description": "Download current page images"
    },
    "downloadAll": {
      "suggested_key": {
        "default": "Alt+A",
        "mac": "Alt+A"
      },
      "description": "Download all pages images"
    },
    "sidepanel": {
      "suggested_key": {
        "default": "Alt+P",
        "mac": "Alt+P"
      },
      "description": "Open side panel"
    }
  },
  "sandbox": {
    "pages": [
      "sandboxes/message.html"
    ]
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}