Skip to content

Commit

Permalink
Update manifests to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
SinclaM committed Jul 19, 2022
1 parent f3caa18 commit 52c21c9
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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": "desmos-unlocked",
"version": "1.0.5",
"version": "1.0.6",
"description": "Browser extension for better user control of the Desmos graphing calculator configuration ",
"main": "background.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion public/chrome_manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Desmos Unlocked",
"version": "1.0.5",
"version": "1.0.6",
"description": "Browser extension for better user control of the Desmos graphing calculator configuration",
"permissions": ["storage", "declarativeNetRequest", "declarativeNetRequestWithHostAccess", "webRequest"],
"manifest_version": 3,
Expand Down
2 changes: 1 addition & 1 deletion public/edge_manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Desmos Unlocked",
"version": "1.0.5",
"version": "1.0.6",
"description": "Browser extension for better user control of the Desmos graphing calculator configuration",
"permissions": ["storage", "declarativeNetRequest", "declarativeNetRequestWithHostAccess", "webRequest"],
"manifest_version": 3,
Expand Down
2 changes: 1 addition & 1 deletion public/firefox_manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Desmos Unlocked",
"version": "1.0.5",
"version": "1.0.6",
"description": "Browser extension for better user control of the Desmos graphing calculator configuration",
"permissions": ["https://*.desmos.com/*", "storage", "webRequest", "webRequestBlocking"],
"manifest_version": 2,
Expand Down
2 changes: 1 addition & 1 deletion public/opera_manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Desmos Unlocked",
"version": "1.0.5",
"version": "1.0.6",
"description": "Browser extension for better user control of the Desmos graphing calculator configuration",
"permissions": ["storage", "declarativeNetRequest", "declarativeNetRequestWithHostAccess", "webRequest"],
"manifest_version": 3,
Expand Down

0 comments on commit 52c21c9

Please sign in to comment.