repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git]
/
extensions
/
test
/
data
/
sockets_tcp_server
/
unload
/
manifest.json
blob
3e508ce1d0bb5d9a85d21b1920e642fee817bd8e
1
{
2
"name": "chrome.sockets.tcpServer unload",
3
"version": "0.1",
4
"description": "browser test for chrome.sockets.tcpServer API to make sure sockets are free'd when extension is reloaded",
5
"app": {
6
"background": {
7
"scripts": ["background.js"]
8
}
9
},
10
"sockets": {
11
"tcpServer": {
12
"listen": ""
13
}
14
}
15
}