Skip to content

Commit

Permalink
Changed manifest version
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverWang13 committed Nov 19, 2023
1 parent 21c3240 commit 9be8698
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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,6 +1,6 @@
{
"name": "optmeowt",
"version": "4.2.0",
"version": "4.3.0",
"description": "A privacy extension that allows users to exercise rights under GPC",
"main": "index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src/manifests/chrome/manifest-dev.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "OptMeowt",
"author": "privacy-tech-lab",
"version": "4.2.0",
"version": "4.3.0",
"description": "OptMeowt allows Web users to make use of their rights to opt out from the sale and sharing of personal data",
"permissions": [
"declarativeNetRequest",
Expand Down
2 changes: 1 addition & 1 deletion src/manifests/chrome/manifest-dist.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "OptMeowt",
"author": "privacy-tech-lab",
"version": "4.2.0",
"version": "4.3.0",
"description": "OptMeowt allows Web users to make use of their rights to opt out from the sale and sharing of personal data",
"permissions": [
"declarativeNetRequest",
Expand Down

0 comments on commit 9be8698

Please sign in to comment.