Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikaleb committed Oct 21, 2024
1 parent 9bc12ae commit 702b541
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
14 changes: 11 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"action": {
"default_popup": "index.html"
},
"permissions": ["storage", "tabs"],
"permissions": [
"storage",
"tabs"
],
"default_locale": "en",
"icons": {
"16": "public/icon16.png",
Expand All @@ -16,12 +19,17 @@
},
"content_scripts": [
{
"js": ["src/content.tsx"],
"js": [
"src/content.tsx"
],
"matches": [
"https://*.lacentrale.fr/*",
"https://*.aramisauto.com/*",
"https://*.leboncoin.fr/recherche*"
]
}
]
],
"current": {
"version": "2.0.0"
}
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hide-puretech",
"private": true,
"version": "1.1.2",
"version": "2.0.0",
"type": "module",
"repository": {
"type": "git",
Expand Down

0 comments on commit 702b541

Please sign in to comment.