Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "name": "Platform App Test: minimal platform app", | 2 "name": "Platform App Test: minimal platform app", |
| 3 "version": "1", | 3 "version": "1", |
| 4 "app": { | 4 "app": { |
| 5 "background": { | 5 "background": { |
| 6 "scripts": ["test.js"] | 6 "scripts": ["test.js"] |
| 7 } | 7 } |
| 8 } | 8 } |
| 9 } | 9 } |
| OLD | NEW |