| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "js_injection_background", | 2 "name": "js_injection_background", |
| 3 "description": "Tests JS injection into an extension's background page. | 3 "description": "Tests JS injection into an extension's background page. |
| 4 The name of a DOM node in the background page is returned and verified.", | 4 The name of a DOM node in the background page is returned and verified.", |
| 5 "version": "0.1", | 5 "version": "0.1", |
| 6 "manifest_version": 2, |
| 6 "background_page": "bg.html", | 7 "background_page": "bg.html", |
| 7 "browser_action": { | 8 "browser_action": { |
| 8 "default_title": "Browser Action" | 9 "default_title": "Browser Action" |
| 9 } | 10 } |
| 10 } | 11 } |
| OLD | NEW |