Inspect and view changes in PicHound - Professional Image Assistant source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"icons": {
"16": "icon16.plasmo.8cf51e36.png",
"32": "icon32.plasmo.993de0f7.png",
"48": "icon48.plasmo.5525c824.png",
"64": "icon64.plasmo.fa7bcac8.png",
"128": "icon128.plasmo.f7d2a70c.png"
},
"manifest_version": 3,
"action": {
"default_icon": {
"16": "icon16.plasmo.8cf51e36.png",
"32": "icon32.plasmo.993de0f7.png",
"48": "icon48.plasmo.5525c824.png",
"64": "icon64.plasmo.fa7bcac8.png",
"128": "icon128.plasmo.f7d2a70c.png"
},
"default_popup": "popup.html"
},
"version": "25.1.2",
"author": "contact@pichound.app",
"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",
"scripting",
"sidePanel",
"tabs",
"downloads",
"downloads.shelf",
"declarativeNetRequest",
"contextMenus"
],
"content_scripts": [
{
"matches": [
"https://*/*",
"http://*/*"
],
"js": [
"content.6a0f01cc.js"
],
"run_at": "document_start",
"css": []
},
{
"matches": [
"https://*/*",
"http://*/*"
],
"js": [
"root.27d75c7e.js"
],
"run_at": "document_end",
"css": [
"root.7f6b0b0f.css"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval' http://localhost;object-src 'self';"
},
"web_accessible_resources": [
{
"resources": [
"sandboxes/message.html",
"sandboxes/groups.html",
"resources/*"
],
"matches": [
"https://*/*"
]
}
],
"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",
"sandboxes/groups.html"
]
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}