Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(221)

Side by Side Diff: chrome/test/data/whitelists/content_pack/site_list.json

Issue 1443033004: Supervised User whitelists: update to json format v2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove l10n Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 "version": 1, 2 "version": 2,
3 "sites": [ 3 "entry_point_url": "http://www.youtube.com",
4 { 4 "whitelist": [
5 "name": "YouTube", 5 "youtube.com",
6 "url": "http://www.youtube.com", 6 "ytimg.com",
7 "thumbnails": { 7 "https://googleusercontent.com",
8 "128": "youtube_128.png" 8 "gstatic.com"
9 },
10 "whitelist": [
11 "youtube.com",
12 "ytimg.com",
13 "https://googleusercontent.com",
14 "gstatic.com"
15 ]
16 },
17 {
18 "name": "Homestar Runner",
19 "url": "http://homestarrunner.com"
20 },
21 {
22 "whitelist": [
23 "example.com",
24 "www.iana.org/domains/example/"
25 ]
26 }
27 ] 9 ]
28 } 10 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698