Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"background": {
"service_worker": "\/app\/worker.js"
},
"action": {
"default_icon": "\/app\/images\/blacknwhite.png",
"default_popup": "\/app\/views\/popup\/popup.html",
"name": "RSS"
},
"content_scripts": [
{
"js": [
"\/app\/content\/doc_start.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start"
}
],
"default_locale": "en",
"description": "RIP Opera",
"icons": {
"16": "\/app\/images\/icon_16.png",
"128": "\/app\/images\/icon_128.png"
},
"manifest_version": 3,
"name": "The RSS Aggregator",
"permissions": [
"tabs",
"webRequest",
"storage",
"unlimitedStorage",
"management",
"notifications",
"scripting",
"offscreen",
"activeTab"
],
"host_permissions": [
"<all_urls>"
],
"short_name": "Smarter RSS",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "5.7",
"web_accessible_resources": [
{
"resources": [
"\/app\/views\/subscribe\/subscribe.html",
"\/app\/images\/loading-bar.gif",
"\/app\/images\/16x16.png"
],
"matches": [
"*:\/\/*\/*"
]
}
]
}