Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "name": "Platform App Test: web view isolation", | 2 "name": "Platform App Test: <webview> Focus", |
|
miket_OOO
2013/04/15 22:00:51
For this new file, would you mind changing to the
Fady Samuel
2013/04/15 22:15:28
Done.
| |
| 3 "description": "Loads a guest which monitors focus", | |
| 3 "version": "1", | 4 "version": "1", |
| 4 "permissions": [ | 5 "permissions": [ |
| 5 "webview" | 6 "webview" |
| 6 ], | 7 ], |
| 7 "app": { | 8 "app": { |
| 8 "background": { | 9 "background": { |
| 9 "scripts": ["test.js"] | 10 "scripts": ["test.js"] |
| 10 } | 11 } |
| 11 } | 12 } |
| 12 } | 13 } |
| OLD | NEW |