Skip to content

Commit

Permalink
Removed scripting from extension permissions and bumped to v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eamonwoortman committed Apr 14, 2024
1 parent e468100 commit 76802e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions dist/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ShaderAmp",
"version": "0.9.0",
"version": "0.9.1",
"description": "Unofficial ShaderToy Chrome Extension to visualize sound of any page.",
"manifest_version": 3,
"options_page": "options.html",
Expand All @@ -11,8 +11,7 @@
"tabs",
"storage",
"activeTab",
"tabCapture",
"scripting"
"tabCapture"
],
"host_permissions": ["https:\/\/*/*"],
"action": {
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.0",
"version": "0.9.1",
"description": "Unofficial ShaderToy Chrome Extension to visualize sound of any page.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 76802e5

Please sign in to comment.