Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "name": "Requirements Hosted App", | |
| 3 "version": "0", | |
| 4 "app": { | |
| 5 "launch": { | |
| 6 "web_url": "http://example.com" | |
| 7 }, | |
| 8 "urls": [ | |
| 9 "http://*.example.com" | |
| 10 ] | |
| 11 }, | |
| 12 "requirements": { | |
| 13 "webgl": { | |
| 14 "extensions": ["l33t OpenGL extension"] | |
| 15 } | |
| 16 } | |
| 17 } | |
| OLD | NEW |