OLD | NEW |
1 { | 1 { |
2 "name": "Tab Inspector", | 2 "name": "Tab Inspector", |
3 "description": "Utility for working with the extension tabs api", | 3 "description": "Utility for working with the extension tabs api", |
4 "version": "0.1", | 4 "version": "0.2", |
5 "permissions": ["tabs"], | 5 "permissions": ["tabs"], |
6 "background": { | 6 "background": { |
7 "scripts": ["background.js"] | 7 "scripts": ["background.js"] |
8 }, | 8 }, |
9 "browser_action": { | 9 "browser_action": { |
10 "default_title": "show tab inspector" | 10 "default_title": "show tab inspector" |
11 } | 11 }, |
| 12 "manifest_version": 2 |
12 } | 13 } |
OLD | NEW |