OLD | NEW |
1 { | 1 { |
2 "name": "Close Background Page", | 2 "name": "Close Background Page", |
3 "description": "Click the browser action to close the background page.", | 3 "description": "Click the browser action to close the background page.", |
4 "version": "1", | 4 "version": "1", |
5 "background_page": "background.html", | 5 "manifest_version": 2, |
6 "browser_action": { | 6 "background_page": "background.html", |
7 » "default_icon" : "icon.png", | 7 "browser_action": { |
8 » "default_title": "close background page" | 8 "default_icon" : "icon.png", |
9 } | 9 "default_title": "close background page" |
| 10 } |
10 } | 11 } |
OLD | NEW |