options页面组件

This commit is contained in:
2024-12-30 18:06:53 +08:00
parent 78152222f3
commit 9876c1cbcb
45 changed files with 3318 additions and 410 deletions

View File

@ -4,6 +4,10 @@
"version": "0.17.0.1001",
"author": "CodFrm",
"description": "__MSG_scriptcat_description__",
"options_ui": {
"page": "src/options.html",
"open_in_tab": true
},
"background": {
"service_worker": "src/service_worker.js"
},