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": "Fjord",
"description": "Host-free RSS reader in your browser.",
"version": "0.0.7",
"manifest_version": 3,
"action": {
"default_icon": {
"16": "\/images\/[email protected]",
"32": "\/images\/[email protected]",
"48": "\/images\/[email protected]",
"128": "\/images\/[email protected]"
}
},
"icons": {
"16": "\/images\/[email protected]",
"48": "\/images\/[email protected]",
"128": "\/images\/[email protected]"
},
"background": {
"service_worker": "extension-worker.js",
"type": "module"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"permissions": [
"offscreen",
"storage",
"history"
]
}