| OLD | NEW |
| (Empty) | |
| 1 { |
| 2 "program": { |
| 3 "x86-32": {"url": "pm_manifest_file_test_x86-32.nexe"}, |
| 4 "x86-64": {"url": "pm_manifest_file_test_x86-64.nexe"}, |
| 5 "arm": {"url": "pm_manifest_file_test_arm.nexe"}, |
| 6 "portable": {"pnacl-translate": |
| 7 {"url": "pm_manifest_file_test.pexe"}} |
| 8 }, |
| 9 "files": { |
| 10 "nmf says hello world": { |
| 11 "x86-32": {"url": "pm_manifest_file_test_x86-32.nexe"}, |
| 12 "x86-64": {"url": "pm_manifest_file_test_x86-64.nexe"}, |
| 13 "arm": {"url": "pm_manifest_file_test_arm.nexe"}, |
| 14 "portable": {"pnacl-translate": |
| 15 {"url": "pm_manifest_file_test.pexe"}} |
| 16 }, |
| 17 "test_file": { |
| 18 "portable": {"url": "test_file.txt"} |
| 19 } |
| 20 } |
| 21 } |
| OLD | NEW |