By: Lain Iwakura
Inspect and view changes in PwnFoxy source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"description": "Better version of PwnFox",
"manifest_version": 2,
"name": "PwnFoxy",
"version": "1.2.1",
"icons": {
"48": "icons/icon.svg"
},
"browser_specific_settings": {
"gecko": {
"id": "PwnFoxy@la1n23.lol",
"strict_min_version": "91.1.0"
}
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
"permissions": [
"activeTab",
"storage",
"webRequest",
"contextualIdentities",
"cookies",
"proxy",
"theme",
"webRequestBlocking",
"<all_urls>",
"tabs"
],
"options_ui": {
"page": "src/settings/index.html",
"browser_style": true
},
"browser_action": {
"default_popup": "src/popup/popup.html",
"default_icon": {
"48": "icons/icon.svg"
},
"default_title": "PwnFoxy",
"browser_style": true
},
"background": {
"scripts": [
"src/icon.js",
"src/config.js",
"src/features.js",
"src/background.js"
]
},
"devtools_page": "src/devtools/index.html",
"storage": {
"managed_schema": "schema.json"
},
"content_scripts": [
{
"run_at": "document_start",
"all_frames": true,
"matches": [
"<all_urls>"
],
"js": [
"src/config.js",
"src/features.js",
"src/contentScript.js"
]
}
]
} Best PwnFoxy Alternatives
Here are some Firefox add-ons that are similar to PwnFoxy: