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": "sideRSS - RSS Reader in sidePanel",
"description": "__MSG_description__",
"version": "0.1.2.0",
"version_name": "0.1.2",
"manifest_version": 3,
"default_locale": "en",
"action": {
"default_title": "sideRSS"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"side_panel": {
"default_path": "src\/sidepanel\/index.html"
},
"offline_enabled": false,
"optional_host_permissions": [
"https:\/\/*\/",
"http:\/\/*\/"
],
"permissions": [
"storage",
"sidePanel",
"contextMenus",
"bookmarks"
],
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+S",
"mac": "Command+Shift+S",
"chromeos": "Ctrl+Shift+S",
"linux": "Ctrl+Shift+S"
},
"description": "__MSG_contextMenusOpen__"
}
},
"omnibox": {
"keyword": "rss"
},
"icons": {
"16": "src\/assets\/icon_OFF_16x16.png",
"128": "src\/assets\/icon_OFF_128x128.png"
}
}