Skip to content

Commit

Permalink
Fixed manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
exdis committed Feb 18, 2021
1 parent fa1f18a commit cc7d43a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.10.2 (18-02-2020)

* Fixed manifest to get icons accessible

## 1.10.1 (18-02-2020)

* Fixed bug where an extension might not load on some pages with strict CSP rules
Expand Down
2 changes: 1 addition & 1 deletion 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.10.1",
"version": "1.10.2",
"description": "DiscoveryJson",
"author": "[email protected]",
"license": "MIT",
Expand Down
3 changes: 2 additions & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
}],
"web_accessible_resources": [
"index.css",
"loader.css"
"loader.css",
"icons/*"
],
"offline_enabled": true
}

0 comments on commit cc7d43a

Please sign in to comment.