Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "name": "Create popup with NaCl embed for lazy background test", | |
| 3 "description": "Tests that a lazy background page is shut down as soon as a po pup with a NaCl module is closed", | |
| 4 "version": "0", | |
| 5 "manifest_version": 2, | |
| 6 "background": { | |
| 7 "scripts": ["background.js"], | |
| 8 "persistent": false | |
| 9 } | |
| 10 } | |
| OLD | NEW |