OLD | NEW |
1 { | 1 { |
2 "description": "Mobile sites for M25", | 2 "description": "Mobile sites for M25", |
3 "credentials_path": "../data/credentials.json", | 3 "credentials_path": "../data/credentials.json", |
| 4 "user_agent_type": "mobile", |
4 "pages": [ | 5 "pages": [ |
5 { | 6 { |
6 "url": "http://www.androidpolice.com/2012/10/03/rumor-evidence-mount
s-that-an-lg-optimus-g-nexus-is-coming-along-with-a-nexus-phone-certification-pr
ogram/", | 7 "url": "http://www.androidpolice.com/2012/10/03/rumor-evidence-mount
s-that-an-lg-optimus-g-nexus-is-coming-along-with-a-nexus-phone-certification-pr
ogram/", |
7 "scrolling": { | 8 "scrolling": { |
8 "action": "scrolling_interaction" | 9 "action": "scrolling_interaction" |
9 } | 10 } |
10 }, | 11 }, |
11 { | 12 { |
12 "url": "http://nytimes.com/", | 13 "url": "http://nytimes.com/", |
13 "scrolling": { | 14 "scrolling": { |
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
225 } | 226 } |
226 }, | 227 }, |
227 { | 228 { |
228 "url": "http://techcrunch.com", | 229 "url": "http://techcrunch.com", |
229 "why": "top tech blog", | 230 "why": "top tech blog", |
230 "scrolling": { | 231 "scrolling": { |
231 "action": "scrolling_interaction" | 232 "action": "scrolling_interaction" |
232 } | 233 } |
233 }, | 234 }, |
234 { | 235 { |
235 "url": "ttp://br.337.com/pages/196/DDTank", | 236 "url": "http://br.337.com/pages/196/DDTank", |
236 "scrolling": { | 237 "scrolling": { |
237 "action": "scrolling_interaction" | 238 "action": "scrolling_interaction" |
238 } | 239 } |
239 }, | 240 }, |
240 { | 241 { |
241 "url": "http://culturalsolutions.co.uk/", | 242 "url": "http://culturalsolutions.co.uk/", |
242 "scrolling": { | 243 "scrolling": { |
243 "action": "scrolling_interaction" | 244 "action": "scrolling_interaction" |
244 } | 245 } |
245 }, | 246 }, |
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
348 }, | 349 }, |
349 { | 350 { |
350 "url": "http://www.baidu.com/s?wd=barack+obama&rsv_bp=0&rsv_spt=3&rs
v_sug3=9&rsv_sug=0&rsv_sug4=3824&rsv_sug1=3&inputT=4920", | 351 "url": "http://www.baidu.com/s?wd=barack+obama&rsv_bp=0&rsv_spt=3&rs
v_sug3=9&rsv_sug=0&rsv_sug4=3824&rsv_sug1=3&inputT=4920", |
351 "scrolling": { | 352 "scrolling": { |
352 "action": "scrolling_interaction" | 353 "action": "scrolling_interaction" |
353 } | 354 } |
354 } | 355 } |
355 ] | 356 ] |
356 } | 357 } |
357 | 358 |
OLD | NEW |