Skip to content

Commit 88053dc

Browse files
committed
fix mv3 migration errors
1 parent 6fc6164 commit 88053dc

17 files changed

+6517
-6021
lines changed

.github/workflows/main.yml

-4
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,10 @@ jobs:
1616
- name: Install dependencies
1717
run: |
1818
npm i prettier
19-
sudo npm i -g lintspaces-cli
2019
2120
- name: Prettier
2221
run: ./node_modules/prettier/bin-prettier.js --check ./src/* ./src/**/* ./src/**/**/* ./sass/*.scss
2322

24-
- name: lintspaces
25-
run: |
26-
lintspaces -nt -d 'spaces' -i 'js-comments' src/*/* src/*.ts view/* manifest-*.json css/popup.css css/import.css
2723
build:
2824
runs-on: ubuntu-latest
2925
name: Build ${{ matrix.platform }}

manifests/manifest-chrome-testing.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"default_popup": "view/popup.html"
2020
},
2121
"commands": {
22-
"_execute_browser_action": {},
22+
"_execute_action": {},
2323
"scan-qr": {
2424
"description": "Scan a QR code"
2525
}

manifests/manifest-chrome.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"default_popup": "view/popup.html"
2020
},
2121
"commands": {
22-
"_execute_browser_action": {},
22+
"_execute_action": {},
2323
"scan-qr": {
2424
"description": "Scan a QR code"
2525
},

manifests/manifest-edge.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"default_popup": "view/popup.html"
2020
},
2121
"commands": {
22-
"_execute_browser_action": {},
22+
"_execute_action": {},
2323
"scan-qr": {
2424
"description": "Scan a QR code"
2525
},

0 commit comments

Comments
 (0)