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