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