Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "name": "Using restricted APIs", | |
| 3 "description": "An app using forbidden window apis", | |
| 4 "manifest_version": 2, | |
| 5 "version": "1", | |
| 6 "app": { | |
| 7 "background": { "scripts": ["background.js"] } | |
| 8 } | |
| 9 } | |
| OLD | NEW |