gpu: fix CopyTextureCHROMIUM for GL_ARB_texture_rectangle
[chromium-blink-merge.git] / chrome / test / data / extensions / socket_permissions / socket2.json
blobdefd0ac9b8fc5c921ac92db0174a247e5197835d
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   ]