OLD | NEW |
1 { | 1 { |
2 "description": "Sites of Interest", | 2 "description": "Sites of Interest", |
3 "archive_path": "../data/sites_of_interest.wpr", | 3 "archive_path": "../data/sites_of_interest.wpr", |
4 "credentials_path": "../data/credentials.json", | 4 "credentials_path": "../data/credentials.json", |
5 "pages": [ | 5 "pages": [ |
6 { | 6 { |
7 "url": "http://facebook.com", | 7 "url": "http://facebook.com", |
8 "credentials": "facebook", | 8 "credentials": "facebook", |
9 "scrolling": { | 9 "scrolling": { |
10 "action": "scrolling_interaction" | 10 "action": "scrolling_interaction" |
(...skipping 4250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4261 "url": "http://www.nfl.com/", | 4261 "url": "http://www.nfl.com/", |
4262 "scrolling": { | 4262 "scrolling": { |
4263 "action": "scrolling_interaction" | 4263 "action": "scrolling_interaction" |
4264 } | 4264 } |
4265 }, | 4265 }, |
4266 { | 4266 { |
4267 "url": "http://airbnb.github.com/infinity/demo-on.html", | 4267 "url": "http://airbnb.github.com/infinity/demo-on.html", |
4268 "scrolling": { | 4268 "scrolling": { |
4269 "action": "scrolling_interaction" | 4269 "action": "scrolling_interaction" |
4270 } | 4270 } |
| 4271 }, |
| 4272 { |
| 4273 "url": "http://habrahabr.ru/post/149892/#habracut", |
| 4274 "scrolling": { |
| 4275 "action": "scrolling_interaction" |
| 4276 } |
4271 } | 4277 } |
4272 ] | 4278 ] |
4273 } | 4279 } |
OLD | NEW |