项目文件夹

文件
Nicholas Roscino 29e389848f feat: implement extension service worker logs (#1915)
This PR introduces the possiblity to collect console messages from
service workers.
2026-06-08 12:30:37 +00:00

9 行
141 B
JSON

{
"manifest_version": 3,
"name": "Test Extension for Logging",
"version": "1.0",
"background": {
"service_worker": "sw.js"
}
}