{ "update_url": "https://clients2.google.com/service/update2/crx", "manifest_version": 2, "name": "__MSG_chrome_extension_name__", "description": "__MSG_chrome_extension_description__", "default_locale": "en", "version": "1.12", "icons": { "128": "im/ico128-2.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "background": { "page": "background.html", "persistent": true }, "web_accessible_resources": [], "permissions": ["webNavigation","contextMenus","webRequest", "webRequestBlocking","unlimitedStorage", "tabs", "proxy", "browsingData", "http://*/*", "https://*/*","storage"], "browser_action": { "default_title": "__MSG_browser_action_title__", "default_icon": { "19": "im/ico38g-2.png", "38": "im/ico38g-2.png" }, "default_popup": "popup.html" } }