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": "The RSS Aggregator", "short_name": "Smarter RSS", "description": "RIP Opera", "version": "5.3", "default_locale": "en", "background": { "scripts": [ "lingua.js", "jquery-2.0.3.min.js", "base64.js", "background.js" ] }, "icons": { "16": "icon_16.png", "128": "icon_128.png" }, "browser_action": { "default_icon": "blacknwhite.png", "name": "RSS", "default_popup": "popup.html" }, "permissions": [ "tabs", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*", "storage", "unlimitedStorage", "management", "notifications" ], "content_scripts": [ { "js": [ "doc_start.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "web_accessible_resources": [ "subscribe.html", "loading-bar.gif", "16x16.png" ] }