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": "Simple Reddit", "short_name": "Simple Reddit", "version": "1.0.11", "description": "Simplify the new Reddit layout.", "content_scripts": [ { "matches": [ "https:\/\/*.reddit.com\/*", "http:\/\/*.reddit.com\/*" ], "css": [ "css\/style.css" ], "run_at": "document_start", "js": [ "js\/simplereddit.js" ] } ], "permissions": [ "https:\/\/*.reddit.com\/*", "http:\/\/*.reddit.com\/*", "storage" ], "icons": { "128": "images\/simpleredditlogo.png" }, "background": { "page": "background.html" }, "browser_action": { "default_icon": { "128": "images\/simpleredditlogo.png" }, "default_popup": "popup.html", "default_title": "Simple Reddit" }, "options_page": "options.html" }