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": "FeedBundle - Online RSS News Reader",
"version": "1.6.0",
"description": "Make your own collection of feeds, organize and read it with FeedBundle.",
"author": "Serge Russo <[email protected]>",
"manifest_version": 3,
"permissions": [
"alarms",
"storage",
"unlimitedStorage",
"declarativeNetRequestWithHostAccess"
],
"optional_permissions": [],
"optional_host_permissions": [
"<all_urls>"
],
"action": {
"default_icon": "assets\/images\/icon.png",
"default_title": "FeedBundle"
},
"icons": {
"48": "assets\/images\/icon.png",
"128": "assets\/images\/icon.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"minimum_chrome_version": "102",
"background": {
"service_worker": ".\/assets\/js\/chrome\/index.js",
"type": "module"
},
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "declarative_net_request_rules.json"
}
]
}
}