项目文件夹

文件
Nicholas Roscino 2a6ac709ea chore: extension pages list (#1065)
This PR introduces extension pages in the listPages tool under the flag
--category-extension.
2026-03-05 20:57:07 +00:00

16 行
296 B
JSON

{
"name": "Test Extension Side Panel",
"version": "1.0.0",
"manifest_version": 3,
"permissions": ["sidePanel"],
"action": {
"default_title": "Click to open panel"
},
"background": {
"service_worker": "sw.js"
},
"side_panel": {
"default_path": "sidepanel.html"
}
}