add messaging system

This commit is contained in:
2025-02-03 11:25:53 -06:00
parent a04e2bb9d1
commit d4f17eafe7
10 changed files with 59 additions and 9 deletions

View File

@@ -3,6 +3,12 @@
-cp externs
-cp src
-dce full
--each
--main template.Main
--js bin/main.js
--next
--main template.Background
--js bin/background.js
-cmd cp node_modules/webextension-polyfill/dist/browser-polyfill.js* bin/ && zip -r template.zip . -x *.git* -x *.hxml -x *.zip -x src/\* -x node_modules/\* -x libs/\* -x test.sh -x externs/\*