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": "Manage Quora Anonymous Links", "default_locale": "en", "description": "Keep track of your anonymous Quora links.", "background": { "persistent": false, "scripts": [ "background.js" ] }, "version": "0.0.0.2", "icons": { "128": "images\/icon.png" }, "browser_action": { "default_icon": "images\/icon.png" }, "permissions": [ "storage" ], "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/www.quora.com\/anonymous\/*" ], "run_at": "document_end" } ] }