Skip to content

Commit

Permalink
Fixed manifest permissions. 1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
exdis committed Jul 18, 2022
1 parent a4cb96a commit e8dbd99
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.13.1 (18-07-2022)

* Fixed manifest permissions

## 1.13.0 (15-07-2022)

* Fixed bug when CSP broke JSON display on the page
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": "jsondiscovery",
"version": "1.13.0",
"version": "1.13.1",
"description": "Browser (Chrome, Firefox) extension for JSON discovery",
"author": "[email protected]",
"license": "MIT",
Expand Down
3 changes: 1 addition & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
},
"permissions": [
"<all_urls>",
"storage",
"tabs"
"storage"
],
"content_scripts": [{
"js": ["init.js"],
Expand Down

0 comments on commit e8dbd99

Please sign in to comment.