1 { 2 "name": "__MSG_name__", 3 "description": "__MSG_description__", 4 "default_locale":"en", 5 "options_page": "views/options.html", 6 "version": "1.1.0", 7 "background_page": "views/background.html", 8 "permissions": [ 9 "tabs", "http://*.google.com/", "https://*.google.com/" 10 ], 11 "browser_action": { 12 "default_title": "__MSG_title__" 13 }, 14 "icons": { 15 "128": "images/icon-128.gif", 16 "16":"images/icon-16.gif" 17 } 18 } 19