Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "description": "__MSG_description__", "version": "1.6.4", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "browser_action": { "default_icon": { "19": "icons\/icon19.png" }, "default_title": "Dictionary of Numbers", "default_popup": "src\/popup.html" }, "permissions": [ "unlimitedStorage" ], "background": { "scripts": [ "lib\/underscore-min.js", "src\/DictionaryofNumbers.background.js" ] }, "content_scripts": [ { "matches": [ "<all_urls>" ], "css": [ "src\/content_script.css" ], "js": [ "lib\/underscore-min.js", "lib\/underscore.string.min.js", "lib\/jquery.min.js", "lib\/jquery.safeReplace.js", "lib\/async.min.js", "lib\/bootstrap-tooltip.js", "src\/DictionaryofNumbers.js", "src\/content_script.js" ], "all_frames": true } ], "web_accessible_resources": [ "src\/content_script.css" ] }