{ "description": "Finds feeds or generates RSS-Bridge URLs for the current page. Optional integration with tt-rss.", "manifest_version": 2, "name": "RSS-Bridge helper", "version": "1.1", "content_scripts": [ { "matches": [ "http://*/*", "https://*/*" ], "js": [ "youtube.js", "twitter.js", "instagram.js", "cs.js" ] } ], "browser_action": { "default_icon": "icon_default.png", "default_title": "See feeds for this page", "default_popup": "main.html" }, "permissions": [ "http://*/*", "https://*/*", "storage", "tabs" ], "options_ui": { "page": "options.html" }, "browser_specific_settings": { "gecko": { "id": "rss-bridge-helper@marks.kitchen", "strict_min_version": "57.0" } }, "icons": { "128": "icon_128.png" } }