Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "description": "Top mobile search queries on google", | |
|
tonyg
2014/01/15 23:50:46
Let's call this key_search_mobile instead of top_s
fmeawad
2014/01/16 00:10:49
Done.
| |
| 3 "archive_data_file": "data/top_search_mobile.json", | |
| 4 "credentials_path": "data/credentials.json", | |
| 5 "user_agent_type": "mobile", | |
| 6 "smoothness": { "action": "scroll" }, | |
| 7 "pages": [ | |
| 8 { | |
| 9 "url": "https://www.google.com/", | |
| 10 "why": "An empty page should be as snappy as possible" | |
| 11 }, | |
| 12 { | |
| 13 "url": "http://www.google.com/search?q=science", | |
| 14 "why": "A reasonable search term with no images or ads usually" | |
| 15 }, | |
| 16 { | |
| 17 "url": "http://www.google.com/search?q=android", | |
| 18 "why": "A search with a top ad but no images" | |
| 19 }, | |
| 20 { | |
| 21 "url": "http://www.google.com/search?q=orange", | |
| 22 "why": "A reasonable search term with images but no ads usually" | |
| 23 }, | |
| 24 { | |
| 25 "url": "http://www.google.com/search?q=starbucks", | |
| 26 "why": "A reasonable search term with ad and a map" | |
| 27 }, | |
| 28 { | |
| 29 "url": "http://www.google.com/search?q=1600+Amphitheatre+Pkwy%2C+Mountain+ View%2C+CA", | |
| 30 "why": "An address search" | |
| 31 }, | |
| 32 { | |
| 33 "url": "http://www.google.com/search?q=fisherman's+wharf", | |
| 34 "why": "A location search" | |
| 35 }, | |
| 36 { | |
| 37 "url": "http://www.google.com/search?q=e+*+Pi", | |
| 38 "why": "A math equation" | |
| 39 } | |
|
tonyg
2014/01/15 23:50:46
Let's get some other interesting widgets:
Movies:
fmeawad
2014/01/16 00:10:49
Done, waiting on Andy's feedback.
| |
| 40 ] | |
| 41 } | |
| OLD | NEW |