Skip to content

Commit cfd2aa7

Browse files
committed
added back scripting permission
1 parent 45117b2 commit cfd2aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "React Query Rewind",
44
"description": "State Management DevTool for React Query",
55
"version": "1.0",
6-
"permissions": ["activeTab", "storage"],
6+
"permissions": ["activeTab", "storage", "scripting"],
77
"host_permissions": ["<all_urls>"],
88
"background": {
99
"service_worker": "background.js"

0 commit comments

Comments
 (0)