| OLD | NEW |
| 1 { | 1 { |
| 2 "description": "Describes the Web Page Replay archives for a page set. Don't
edit by hand! Use record_wpr for updating.", | |
| 3 "archives": { | 2 "archives": { |
| 4 "android_acceptance_000.wpr": [ | 3 "http://www.amazon.com": { |
| 5 "http://www.amazon.com", | 4 "DEFAULT": "android_acceptance_000.wpr" |
| 6 "http://www.cnn.com", | 5 }, |
| 7 "http://www.msn.com" | 6 "http://www.cnn.com": { |
| 8 ] | 7 "DEFAULT": "android_acceptance_000.wpr" |
| 9 } | 8 }, |
| 9 "http://www.msn.com": { |
| 10 "DEFAULT": "android_acceptance_000.wpr" |
| 11 } |
| 12 }, |
| 13 "description": "Describes the Web Page Replay archives for a story set. Don'
t edit by hand! Use record_wpr for updating.", |
| 14 "platform_specific": true |
| 10 } | 15 } |
| OLD | NEW |