Skip to content

Commit

Permalink
Update manifests to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SinclaM committed Jul 24, 2022
1 parent b464485 commit 75e3837
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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.1.0",
"version": "1.1.1",
"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.1.0",
"version": "1.1.1",
"description": "Browser extension for better user control of the Desmos graphing calculator configuration",
"permissions": ["storage", "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.1.0",
"version": "1.1.1",
"description": "Browser extension for better user control of the Desmos graphing calculator configuration",
"permissions": ["storage", "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.1.0",
"version": "1.1.1",
"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.1.0",
"version": "1.1.1",
"description": "Browser extension for better user control of the Desmos graphing calculator configuration",
"permissions": ["storage", "declarativeNetRequestWithHostAccess", "webRequest"],
"manifest_version": 3,
Expand Down

0 comments on commit 75e3837

Please sign in to comment.