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": "Follow Feed | Feedly", "description": "Found a source your like? This extension allows you to find the RSS for that source and quickly add it to one of your Feedly feeds.", "author": "Feedly", "version": "4.0.1", "manifest_version": 2, "icons": { "16": "16x16.png", "48": "48x48.png", "128": "128x128.png" }, "browser_action": { "default_icon": { "19": "19x19.png", "38": "[email protected]" }, "default_title": "Follow this feed | Feedly", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "inject-bundle.js" ] } ], "permissions": [ "activeTab", "cookies", "*:\/\/feedly.com\/" ], "web_accessible_resources": [ "128x128.png" ] }