Skip to content
This repository was archived by the owner on Apr 24, 2021. It is now read-only.

Commit f3e0277

Browse files
committed
Merge pull request #3735 from ussuri/bower-use-git-salt-for-tags
Use workaround to enable socket features used by git-salt, used by Bower
1 parent 807305f commit f3e0277

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

ide/web/manifest.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
"permissions": [
3030
"http://*/*",
3131
"https://*/*",
32-
"identity",
3332
"clipboardRead",
3433
"clipboardWrite",
34+
"contextMenus",
3535
"developerPrivate",
3636
{
3737
"fileSystem": [
@@ -40,13 +40,19 @@
4040
"directory"
4141
]
4242
},
43+
"identity",
4344
"management",
4445
"nativeMessaging",
46+
{
47+
"socket": [
48+
"tcp-connect",
49+
"resolve-host"
50+
]
51+
},
52+
"storage",
4553
"syncFileSystem",
4654
"system.network",
47-
"storage",
4855
"unlimitedStorage",
49-
"contextMenus",
5056
"usb",
5157
{
5258
"usbDevices": [

0 commit comments

Comments
 (0)