- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / managed_mode / content_pack / site_list.json
1 {
2   "version": 1,
3   "categories": {
4     "org.example.entertainment": {
5       "name": "Entertainment",
6       "thumbnails": {
7         "128": "entertainment.jpg"
8       }
9     }
10   },
11   "sites": [
12     {
13       "name": "YouTube",
14       "url": "http://www.youtube.com",
15       "categories": [
16         "org.example.entertainment"
17       ],
18       "thumbnails": {
19         "128": "youtube_128.png"
20       },
21       "whitelist": [
22         "youtube.com",
23         "ytimg.com",
24         "https://googleusercontent.com",
25         "gstatic.com"
26       ]
27     },
28     {
29       "name": "Homestar Runner",
30       "url": "http://homestarrunner.com"
31     },
32     {
33       "whitelist": [
34         "example.com",
35         "www.iana.org/domains/example/"
36       ]
37     }
38   ]
39 }