| OLD | NEW |
| 1 { | 1 { |
| 2 "description": "Mobile sites for exercising multi-tab memory issues", | 2 "description": "Mobile sites for exercising multi-tab memory issues", |
| 3 "archive_data_file": "../data/key_mobile_sites.json", | 3 "archive_data_file": "data/key_mobile_sites.json", |
| 4 "credentials_path": "../data/credentials.json", | 4 "credentials_path": "data/credentials.json", |
| 5 "user_agent_type": "mobile", | 5 "user_agent_type": "mobile", |
| 6 "pages": [ | 6 "pages": [ |
| 7 { "url": "https://www.google.com/#hl=en&q=barack+obama" }, | 7 { "url": "https://www.google.com/#hl=en&q=barack+obama" }, |
| 8 { "url": "http://theverge.com" }, | 8 { "url": "http://theverge.com" }, |
| 9 { "url": "http://techcrunch.com" } | 9 { "url": "http://techcrunch.com" } |
| 10 ] | 10 ] |
| 11 } | 11 } |
| OLD | NEW |