Skip to content

Commit

Permalink
Merge pull request #2 from satheshshiva/FetchApi
Browse files Browse the repository at this point in the history
removing the context menu permission to comply with google chrome
  • Loading branch information
satheshshiva authored Nov 18, 2023
2 parents 83dbf5b + 04e96fd commit bbab2fe
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
5 changes: 2 additions & 3 deletions manifest.chrome.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "AdGuard Home Control",
"version": "1.0.1",
"version": "1.0.2",
"author": "Sathesh Sivashanmugam",
"description": "__MSG_manifest_description__",
"default_locale": "en",
Expand Down Expand Up @@ -29,8 +29,7 @@
"permissions": [
"alarms",
"storage",
"activeTab",
"contextMenus"
"activeTab"
],
"commands": {

Expand Down
5 changes: 2 additions & 3 deletions manifest.firefox.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "AdGuard Home Control",
"version": "1.0.1",
"version": "1.0.2",
"author": "Sathesh Sivashanmugam",
"description": "__MSG_manifest_description__",
"default_locale": "en",
Expand Down Expand Up @@ -32,8 +32,7 @@
"alarms",
"storage",
"<all_urls>",
"activeTab",
"contextMenus"
"activeTab"
],
"commands": {

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,6 +1,6 @@
{
"name": "adguard-browser-extension",
"version": "1.0.1",
"version": "1.0.2",
"dependencies": {
"@vue/composition-api": "^1.7.2",
"vue": "^2.6.14",
Expand Down

0 comments on commit bbab2fe

Please sign in to comment.