| OLD | NEW |
| 1 { | 1 { |
| 2 "description": "Sites of Interest", | 2 "description": "Sites of Interest", |
| 3 "archive_data_file": "../data/sites_of_interest.json", | 3 "archive_data_file": "data/key_desktop_sites.json", |
| 4 "credentials_path": "../data/credentials.json", | 4 "credentials_path": "data/credentials.json", |
| 5 "smoothness": { "action": "scroll" }, | 5 "smoothness": { "action": "scroll" }, |
| 6 "pages": [ | 6 "pages": [ |
| 7 { | 7 { |
| 8 "url": "http://facebook.com", | 8 "url": "http://facebook.com", |
| 9 "credentials": "facebook" | 9 "credentials": "facebook" |
| 10 }, | 10 }, |
| 11 { "url": "http://youtube.com" }, | 11 { "url": "http://youtube.com" }, |
| 12 { "url": "http://twitter.com/nbc" }, | 12 { "url": "http://twitter.com/nbc" }, |
| 13 { "url": "http://bbc.co.uk" }, | 13 { "url": "http://bbc.co.uk" }, |
| 14 { "url": "http://imdb.com" }, | 14 { "url": "http://imdb.com" }, |
| (...skipping 725 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 740 { "url": "http://maps.google.com" }, | 740 { "url": "http://maps.google.com" }, |
| 741 { "url": "https://www.google.com/search?num=10&hl=en&site=&tbm=isch&q=cats"
}, | 741 { "url": "https://www.google.com/search?num=10&hl=en&site=&tbm=isch&q=cats"
}, |
| 742 { "url": "http://code.google.com/p/chromium/issues/list" }, | 742 { "url": "http://code.google.com/p/chromium/issues/list" }, |
| 743 { "url": "http://code.google.com/p/chromium/issues/detail?id=142038&q=black%
20screen%20amd&colspec=ID%20Pri%20Mstone%20ReleaseBlock%20OS%20Area%20Feature%20
Status%20Owner%20Summary" }, | 743 { "url": "http://code.google.com/p/chromium/issues/detail?id=142038&q=black%
20screen%20amd&colspec=ID%20Pri%20Mstone%20ReleaseBlock%20OS%20Area%20Feature%20
Status%20Owner%20Summary" }, |
| 744 { "url": "http://mlb.mlb.com/index.jsp" }, | 744 { "url": "http://mlb.mlb.com/index.jsp" }, |
| 745 { "url": "http://www.nfl.com/" }, | 745 { "url": "http://www.nfl.com/" }, |
| 746 { "url": "http://airbnb.github.com/infinity/demo-on.html" }, | 746 { "url": "http://airbnb.github.com/infinity/demo-on.html" }, |
| 747 { "url": "http://habrahabr.ru/post/149892/#habracut" } | 747 { "url": "http://habrahabr.ru/post/149892/#habracut" } |
| 748 ] | 748 ] |
| 749 } | 749 } |
| OLD | NEW |