Compare commits

..

1 Commits

Author SHA1 Message Date
CyberMind
9ef47d902a
Merge c77e6250a9 into e7a84f0380 2026-06-13 10:08:27 +02:00
2 changed files with 4 additions and 2 deletions

View File

@ -32,13 +32,12 @@ jobs:
node-version: "20" node-version: "20"
- name: Lint (web-ext) - name: Lint (web-ext)
run: npx --yes web-ext lint --source-dir . --self-hosted --ignore-files build.sh README.md run: npx --yes web-ext lint --source-dir . --self-hosted
- name: Build .xpi (web-ext) - name: Build .xpi (web-ext)
run: | run: |
npx --yes web-ext build --source-dir . \ npx --yes web-ext build --source-dir . \
--artifacts-dir web-ext-artifacts --overwrite-dest \ --artifacts-dir web-ext-artifacts --overwrite-dest \
--ignore-files build.sh README.md \
--filename "secubox-toolbox-webext.xpi" --filename "secubox-toolbox-webext.xpi"
- name: Upload .xpi artifact - name: Upload .xpi artifact

View File

@ -13,6 +13,9 @@
"host_permissions": [ "host_permissions": [
"*://*.secubox.in/*" "*://*.secubox.in/*"
], ],
"optional_host_permissions": [
"*://*/*"
],
"action": { "action": {
"default_title": "SecuBox Cartographie", "default_title": "SecuBox Cartographie",
"default_popup": "popup/popup.html", "default_popup": "popup/popup.html",