Skip to content

Commit

Permalink
restored 'scripts' line in manifest for Firefox; updated Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cgorringe committed Aug 14, 2024
1 parent d56a9cb commit 30b8430
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions appstores/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

*All Browsers*

### 3.4.2 ###

What's New in v3.4.2

We did a bit of internal code changes for upgrading to Manifest v3 (which just means we're keeping up with the latest browser requirements.)

Fixed a bug saving Exclude URLs and updated some website links that changed.


### 3.3.1 (Edge) ###

Inform if cookies are turned off when logging in
Expand Down
2 changes: 1 addition & 1 deletion webextension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"bookmarks"
],
"background": {
// "scripts": ["scripts/background.js", "scripts/utils.js"],
"scripts": ["scripts/background.js", "scripts/utils.js"],
"service_worker": "scripts/background.js"
},
"content_scripts": [{
Expand Down

0 comments on commit 30b8430

Please sign in to comment.