Skip to content

Commit ddff02d

Browse files
authored
Merge pull request #109 from patuwwy/update-manifest
update manifest
2 parents 45084cf + 3ade4b9 commit ddff02d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"manifest_version": 2,
33
"name": "Shadertoy unofficial plugin.",
4-
"version": "0.13.198",
4+
"version": "0.13.199",
55
"description": "Shadertoy.com unofficial plugin.",
66
"homepage_url": "https://github.com/patuwwy/ShaderToy-Chrome-Plugin",
77
"background": {
88
"scripts": ["background.js"],
99
"persistent": false
1010
},
11-
"permissions": ["https://www.shadertoy.com/*", "activeTab", "storage"],
11+
"permissions": ["https://www.shadertoy.com/*"],
1212
"icons": {
1313
"128": "assets/icon_active_128.png"
1414
},

0 commit comments

Comments
 (0)