mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-07-10 14:28:43 +02:00
22 lines
596 B
JSON
22 lines
596 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "CyberStrikeAI",
|
|
"version": "0.3.9",
|
|
"description": "Capture browser HTTP traffic and send to CyberStrikeAI for AI-assisted security testing.",
|
|
"devtools_page": "devtools.html",
|
|
"permissions": ["storage"],
|
|
"optional_host_permissions": ["http://*/*", "https://*/*"],
|
|
"background": {
|
|
"service_worker": "background/service-worker.js"
|
|
},
|
|
"action": {
|
|
"default_popup": "popup/popup.html",
|
|
"default_title": "CyberStrikeAI"
|
|
},
|
|
"icons": {
|
|
"16": "icons/icon16.png",
|
|
"48": "icons/icon48.png",
|
|
"128": "icons/icon128.png"
|
|
}
|
|
}
|