| OLD | NEW |
| 1 { | 1 { |
| 2 "description": "Sites of Interest", | 2 "description": "Sites of Interest", |
| 3 "archive_path": "../data/sites_of_interest.wpr", | 3 "archive_data_file": "../data/sites_of_interest.json", |
| 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 "smoothness": { | 9 "smoothness": { |
| 10 "action": "scrolling_action" | 10 "action": "scrolling_action" |
| 11 } | 11 } |
| 12 }, | 12 }, |
| 13 { | 13 { |
| (...skipping 4256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4270 } | 4270 } |
| 4271 }, | 4271 }, |
| 4272 { | 4272 { |
| 4273 "url": "http://habrahabr.ru/post/149892/#habracut", | 4273 "url": "http://habrahabr.ru/post/149892/#habracut", |
| 4274 "smoothness": { | 4274 "smoothness": { |
| 4275 "action": "scrolling_action" | 4275 "action": "scrolling_action" |
| 4276 } | 4276 } |
| 4277 } | 4277 } |
| 4278 ] | 4278 ] |
| 4279 } | 4279 } |
| OLD | NEW |