- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / socket_permissions / socket2.json
1 {
2   "name": "effective host permisions test",
3   "version": "1.0",
4   "manifest_version": 2,
5   "app": {
6     "background": {
7       "scripts": ["background.js"]
8     }
9   },
10   "permissions": [
11     {"socket": [
12       "tcp-connect",
13       "tcp-connect:example.com",
14       "tcp-connect:example.com:80",
15       "tcp-connect:example.com:*",
16       "tcp-connect:*.example.com",
17       "tcp-listen",
18       "tcp-listen::8080",
19       "udp-bind::8888",
20       "udp-send-to:239.255.255.250:1900"
21     ]}
22   ]
23 }