Files
2025-01-18 04:23:35 +05:30

38 lines
1.8 KiB
JSON

{
"action": {
"default_icon": {
"128": "images/WebApp-Recorder-128.png",
"16": "images/WebApp-Recorder-16.png",
"32": "images/WebApp-Recorder-32.png",
"48": "images/WebApp-Recorder-48.png"
},
"default_popup": "./popup/popup.html",
"default_title": "Burp Suite Navigation Recorder"
},
"background": {
"service_worker": "./background/recorder-service-worker.js",
"type": "module"
},
"content_scripts": [ {
"all_frames": true,
"js": [ "./content-scripts/classes/Recorder.js" ],
"match_about_blank": true,
"matches": [ "http://*/*", "https://*/*" ],
"run_at": "document_start"
} ],
"description": "Improve your Burp Suite scan coverage by manually capturing how to perform complex actions on your website.",
"host_permissions": [ "https://*/*", "http://*/*" ],
"icons": {
"128": "images/WebApp-Recorder-128.png",
"16": "images/WebApp-Recorder-16.png",
"32": "images/WebApp-Recorder-32.png",
"48": "images/WebApp-Recorder-48.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApE1NX2B8te2W1JPYurplK2oLP7iJskIDXYQ6lTDq4HWLQ5hKULTOb9NJxe0RNGdEIDV2DSvA42B58p0ee9SemLwVPb5Jrl5oy8xA1h7h86C0MxLLBuwtOyj+ZodJvY0sW4mWwo+aOe1zsThJRjOKgo2nY3xBqvNBQy1lk8WvjVRnhNcNFDqJhEZORYor+CR0jYELjmkdntfnevVC30PvW4KWysHlFkvRXg/oioPqTLoVtMSL30I0UclLINOIWrH4gZ2oq9a3C/grsgsriKnG5/vXCY7MLONrxvUeD+DELUyoLLvzVNHvoUGkC840sJIcxziB7PEEnLOjtay2uu7ZCQIDAQAB",
"manifest_version": 3,
"name": "Burp Suite Navigation Recorder",
"permissions": [ "activeTab", "storage", "tabs", "clipboardWrite", "webNavigation", "privacy", "notifications", "webRequest", "scripting", "offscreen" ],
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "2.0.13"
}