Skip to content

Commit

Permalink
chore(browser-extension): add translate.google.* to exclude_matches a…
Browse files Browse the repository at this point in the history
…nd upgrade version
  • Loading branch information
wanhose committed Oct 7, 2023
1 parent 81e5080 commit 47d1e0b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion packages/browser-extension/src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Cookie Dialog Monster",
"version": "6.4.0",
"version": "6.4.1",
"default_locale": "en",
"description": "__MSG_appDesc__",
"icons": {
Expand All @@ -26,7 +26,17 @@
"*://*.sharepoint.com/*",
"*://*.youtube.com/embed/*",
"*://*.youtube-nocookie.com/embed/*",
"https://translate.google.ca/*",
"https://translate.google.co.in/*",
"https://translate.google.co.jp/*",
"https://translate.google.co.uk/*",
"https://translate.google.com.au/*",
"https://translate.google.com.br/*",
"https://translate.google.com/*",
"https://translate.google.de/*",
"https://translate.google.es/*",
"https://translate.google.fr/*",
"https://translate.google.it/*",
"https://www.cookie-dialog-monster.com/*"
],
"js": ["scripts/content.js", "scripts/dialog.js"],
Expand Down

0 comments on commit 47d1e0b

Please sign in to comment.