Inspect and view changes in PlumbSearch 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
{
"manifest_version": 3,
"version": "1.1.0",
"name": "PlumbSearch",
"description": "A Powerful In-site Search Browser Plugin",
"options_page": "options.html",
"background": {
"service_worker": "background.bundle.js"
},
"action": {
"default_icon": {
"128": "logo-blue.png"
}
},
"icons": {
"128": "logo-blue.png"
},
"web_accessible_resources": [
{
"resources": [
"popup.html",
"panel.html",
"guide.html",
"options.html",
"content.styles.css",
"icon.png",
"logo-blue.svg",
"logo-white.svg",
"contentScript.bundle.js",
"browser-polyfill.js",
"amis/*"
],
"matches": [
"http://*/*",
"https://*/*",
"<all_urls>"
]
}
],
"permissions": [
"storage",
"contextMenus",
"tabs",
"webRequest",
"scripting",
"declarativeNetRequest",
"unlimitedStorage"
],
"host_permissions": [
"https://*/*",
"http://*/*"
],
"optional_host_permissions": [
"*://*/*"
],
"commands": {
"_execute_action": {
"suggested_key": {
"windows": "Ctrl+Shift+K",
"mac": "Command+Shift+K",
"linux": "Ctrl+Shift+K"
}
}
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}