Skip to content

Commit 8aaa802

Browse files
Update manifest.ts to allow http hosts on dev mode (#251)
1 parent df21648 commit 8aaa802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/extension/manifest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export const manifest: chrome.runtime.ManifestV3 = {
4040
sandbox: {
4141
pages: ["sandbox.html"],
4242
},
43-
host_permissions: ["https://*/*"],
43+
host_permissions: rpcMatches,
4444
commands: {
4545
_execute_action: {
4646
suggested_key: {

0 commit comments

Comments
 (0)