Skip to content

Commit

Permalink
Release 2025.1.10 [ci release] (#2891)
Browse files Browse the repository at this point in the history
Co-authored-by: sammacbeth <[email protected]>
  • Loading branch information
github-actions[bot] and sammacbeth authored Jan 10, 2025
1 parent 2ec12e0 commit ed073e8
Show file tree
Hide file tree
Showing 5 changed files with 725 additions and 121 deletions.
2 changes: 1 addition & 1 deletion browsers/chrome-mv2/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "2024.10.16",
"version": "2025.1.10",
"minimum_chrome_version": "92.0",
"icons": {
"16": "img/icon_16.png",
Expand Down
2 changes: 1 addition & 1 deletion browsers/chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "2024.10.16",
"version": "2025.1.10",
"minimum_chrome_version": "128.0",
"icons": {
"16": "img/icon_16.png",
Expand Down
8 changes: 5 additions & 3 deletions browsers/firefox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}
},
"default_locale": "en",
"version": "2024.10.16",
"version": "2025.1.10",
"description": "Privacy, simplified. Protect your data as you search and browse: tracker blocking, smarter encryption, private search, and more.",
"icons": {
"16": "img/icon_16.png",
Expand Down Expand Up @@ -49,7 +49,9 @@
"match_about_blank": true,
"all_frames": true,
"world": "ISOLATED",
"js": ["public/js/content-scripts/content-scope-messaging.js"],
"js": [
"public/js/content-scripts/content-scope-messaging.js"
],
"run_at": "document_start"
},
{
Expand Down Expand Up @@ -121,4 +123,4 @@
"/public/css/autofill.css",
"/public/font/*"
]
}
}
Loading

0 comments on commit ed073e8

Please sign in to comment.