Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "background": { "page": "background.html" }, "browser_action": { "default_icon": "img\/icon-128.png", "default_title": "__MSG_extName__" }, "content_scripts": [ { "js": [ "js\/qui.js", "js\/release.min.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "default_locale": "en", "description": "__MSG_extDescription__", "icons": { "16": "img\/icon-48.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "name": "__MSG_extName__", "options_page": "options.html", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.3.1.3", "manifest_version": 2, "minimum_chrome_version": "18", "web_accessible_resources": [ "css\/happyReaderPet.css", "css\/style.css", "img\/icon-48.png", "img\/icon-128.png", "img\/bg.png", "img\/loading.gif" ] }