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", "name": "__MSG_name__", "version": "1.1.2", "manifest_version": 2, "description": "__MSG_description__", "background": { "scripts": [ "worker.js" ], "persistent": true }, "permissions": [ "contextMenus", "<all_urls>" ], "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "default_locale": "en", "options_page": "option.html", "homepage_url": "http:\/\/circlereader.com\/screenshot", "content_scripts": [ { "js": [ "app.js" ], "all_frames": false, "run_at": "document_start", "matches": [ "<all_urls>" ] } ], "web_accessible_resources": [ "widget\/*.css" ] }