OLD | NEW |
1 { | 1 { |
2 "name" : "Content settings", | 2 "name" : "Content settings", |
3 "version" : "0.1", | 3 "version" : "0.1", |
4 "description" : "Shows the content settings for the current site.", | 4 "description" : "Shows the content settings for the current site.", |
5 "permissions": [ "experimental", "contentSettings", "tabs" ], | 5 "permissions": [ "contentSettings", "tabs" ], |
6 "browser_action": { | 6 "browser_action": { |
7 "default_icon": "contentSettings.png", | 7 "default_icon": "contentSettings.png", |
8 "popup": "popup.html" | 8 "popup": "popup.html" |
9 } | 9 } |
10 } | 10 } |
OLD | NEW |