Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"description": "__MSG_extDesc__",
"short_name": "RevealRSS",
"version": "4.1",
"manifest_version": 3,
"default_locale": "en",
"minimum_chrome_version": "140",
"action": {
"default_title": "__MSG_extName__",
"default_popup": "pages\/popup\/popup.html"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+R"
}
}
},
"icons": {
"48": "icons\/rss-48.png",
"96": "icons\/rss-96.png",
"128": "icons\/rss-128.png"
},
"permissions": [
"activeTab",
"scripting",
"storage",
"contextMenus"
],
"background": {
"service_worker": "service-worker.js",
"type": "module"
},
"options_ui": {
"page": "pages\/options\/options.html"
}
}