Skip to content

Commit

Permalink
Removed host_permissions tab and bumped to v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eamonwoortman committed Apr 14, 2024
1 parent 76802e5 commit 2842da2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions dist/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ShaderAmp",
"version": "0.9.1",
"version": "0.9.2",
"description": "Unofficial ShaderToy Chrome Extension to visualize sound of any page.",
"manifest_version": 3,
"options_page": "options.html",
Expand All @@ -13,7 +13,6 @@
"activeTab",
"tabCapture"
],
"host_permissions": ["https:\/\/*/*"],
"action": {
"default_icon": {
"32": "images/icon32.png",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shader-amp",
"version": "0.9.1",
"version": "0.9.2",
"description": "Unofficial ShaderToy Chrome Extension to visualize sound of any page.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 2842da2

Please sign in to comment.