Skip to content

Commit

Permalink
Release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikaleb committed Sep 6, 2024
1 parent b105ba9 commit 659aa74
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
18 changes: 14 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@
"name": "Hide Puretech",
"description": "Hide Puretech motors from car listing",
"version": "1.1.2",
"action": { "default_popup": "index.html" },
"permissions": ["storage", "tabs"],
"action": {
"default_popup": "index.html"
},
"permissions": [
"storage",
"tabs"
],
"default_locale": "en",
"icons": {
"16": "icon16.png",
Expand All @@ -14,11 +19,16 @@
},
"content_scripts": [
{
"js": ["src/content.tsx"],
"js": [
"src/content.tsx"
],
"matches": [
"https://*.lacentrale.fr/listing?*",
"https://*.aramisauto.com/*"
]
}
]
],
"current": {
"version": "1.1.2"
}
}
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.1",
"version": "1.1.2",
"type": "module",
"repository": {
"type": "git",
Expand Down

0 comments on commit 659aa74

Please sign in to comment.