项目文件夹

文件
Nicholas Roscino 1a4eaba95b chore: list service workers (#1035)
This PR adds the extension service workers to the output of listPages.
This is available only behind "--category-extensions" flag
2026-02-25 13:49:37 +00:00

12 行
190 B
JSON

{
"manifest_version": 3,
"name": "Test Extension with SW",
"version": "1.0",
"background": {
"service_worker": "sw.js"
},
"action": {
"default_popup": "popup.html"
}
}