Skip to content

Commit

Permalink
fix mv3 migration errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mymindstorm committed Apr 2, 2023
1 parent 6fc6164 commit 88053dc
Show file tree
Hide file tree
Showing 17 changed files with 6,517 additions and 6,021 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,10 @@ jobs:
- name: Install dependencies
run: |
npm i prettier
sudo npm i -g lintspaces-cli
- name: Prettier
run: ./node_modules/prettier/bin-prettier.js --check ./src/* ./src/**/* ./src/**/**/* ./sass/*.scss

- name: lintspaces
run: |
lintspaces -nt -d 'spaces' -i 'js-comments' src/*/* src/*.ts view/* manifest-*.json css/popup.css css/import.css
build:
runs-on: ubuntu-latest
name: Build ${{ matrix.platform }}
Expand Down
2 changes: 1 addition & 1 deletion manifests/manifest-chrome-testing.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"default_popup": "view/popup.html"
},
"commands": {
"_execute_browser_action": {},
"_execute_action": {},
"scan-qr": {
"description": "Scan a QR code"
}
Expand Down
2 changes: 1 addition & 1 deletion manifests/manifest-chrome.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"default_popup": "view/popup.html"
},
"commands": {
"_execute_browser_action": {},
"_execute_action": {},
"scan-qr": {
"description": "Scan a QR code"
},
Expand Down
2 changes: 1 addition & 1 deletion manifests/manifest-edge.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"default_popup": "view/popup.html"
},
"commands": {
"_execute_browser_action": {},
"_execute_action": {},
"scan-qr": {
"description": "Scan a QR code"
},
Expand Down
Loading

0 comments on commit 88053dc

Please sign in to comment.