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": "Feedly Notifier", "description": "__MSG_ExtensionDescription__", "version": "2.29.1", "default_locale": "en", "permissions": [ "storage", "tabs", "notifications", "webRequest", "*:\/\/*.feedly.com\/" ], "optional_permissions": [ "background", "<all_urls>" ], "browser_action": { "default_icon": { "19": "\/images\/icon_inactive.png", "38": "\/images\/icon_inactive38.png" }, "default_title": "Feedly Notifier", "default_popup": "popup.html" }, "options_page": "options.html", "background": { "scripts": [ "scripts\/browser-polyfill.min.js", "scripts\/feedly.api.js", "scripts\/core.js" ] }, "icons": { "16": "\/images\/icon16.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" }, "web_accessible_resources": [ "\/images\/icon128.png" ], "minimum_chrome_version": "70", "homepage_url": "https:\/\/olsh.github.io\/Feedly-Notifier\/" }