Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikaleb committed Oct 22, 2024
1 parent e3ce319 commit 96bb79c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
Binary file modified hide-puretech.zip
Binary file not shown.
11 changes: 8 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
"manifest_version": 3,
"name": "Hide Puretech",
"description": "Hide Puretech motors from car listing on La Centrale, AramisAuto and LeBonCoin",
"version": "2.0.0",
"version": "2.0.1",
"action": {
"default_popup": "index.html"
},
"permissions": ["storage", "tabs"],
"permissions": [
"storage",
"tabs"
],
"default_locale": "en",
"icons": {
"16": "public/icon16.png",
Expand All @@ -16,7 +19,9 @@
},
"content_scripts": [
{
"js": ["src/content.tsx"],
"js": [
"src/content.tsx"
],
"matches": [
"https://*.lacentrale.fr/*",
"https://*.aramisauto.com/*",
Expand Down
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": "2.0.0",
"version": "2.0.1",
"type": "module",
"repository": {
"type": "git",
Expand Down

0 comments on commit 96bb79c

Please sign in to comment.