Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "name": "chrome.native_client.hosted_app", | |
| 3 "version": "0.1", | |
| 4 "manifest_version": 2, | |
| 5 "description": "end-to-end browser test for native client in hosted apps", | |
| 6 "app": { | |
| 7 "urls": [ | |
| 8 "http://localhost/files/extensions/native_client" | |
| 9 ], | |
| 10 "launch": { | |
| 11 "web_url": "http://localhost/files/extensions/native_client/test.html" | |
| 12 } | |
| 13 } | |
| 14 } | |
| OLD | NEW |