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",
"manifest_version": 3,
"name": "KICK Chat Sidepanel",
"version": "1.0",
"description": "View Kick.com chat in Chrome's side panel while watching streams in full screen",
"permissions": [
"sidePanel",
"storage",
"tabs",
"commands"
],
"host_permissions": [
"https:\/\/*.google.com\/*",
"https:\/\/www.google.com\/*",
"https:\/\/kick.com\/*"
],
"side_panel": {
"default_path": "sidepanel.html"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"options_page": "options.html",
"action": {
"default_title": "Live Stream Chat Sidepanel (Alt+R to toggle)",
"default_icon": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
}
},
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+R"
},
"description": "Toggle sidepanel visibility"
}
}
}