| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Extensions Button", | 2 "name": "Lazy background wait for NaCl test", |
| 3 "description": "Access the Extensions window directly from the toolbar", | 3 "description": "Tests that a lazy background page stays alive while a NaCl mod
ule exists in its DOM", |
| 4 "version": "1", | 4 "version": "0", |
| 5 "manifest_version": 2, | 5 "manifest_version": 2, |
| 6 "permissions": ["tabs"], | |
| 7 "background": { | 6 "background": { |
| 8 "scripts": ["background.js"], | 7 "scripts": ["background.js"], |
| 9 "persistent": false | 8 "persistent": false |
| 10 }, | 9 }, |
| 11 "browser_action": { | 10 "browser_action": { |
| 12 "default_icon" : "ext_icon.png", | 11 "default_icon" : "ext_icon.png", |
| 13 "default_title": "Open Extensions window" | 12 "default_title": "Open Extensions window" |
| 14 } | 13 } |
| 15 } | 14 } |
| OLD | NEW |