| 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.1", |
| 5 "permissions": ["tabs"], | 5 "permissions": ["tabs"], |
| 6 "background_page": "background.html", | 6 "background_page": "background.html", |
| 7 "browser_action": { | 7 "browser_action": { |
| 8 "default_title": "show tab inspector" | 8 "default_title": "show tab inspector" |
| 9 } | 9 }, |
| 10 "content_security_policy": "default-src 'self'" |
| 10 } | 11 } |
| OLD | NEW |