Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extName__",
"default_locale": "en",
"version": "1.9.1",
"description": "__MSG_extDescription__",
"permissions": [
"tabs",
"*:\/\/kick.com\/*",
"*:\/\/dashboard.kick.com\/*",
"*:\/\/purplekick.sarney.dev\/*",
"storage"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"web_accessible_resources": [
{
"resources": [
"popup\/*.js",
"_locales\/*.json",
"src\/*.js"
],
"matches": [
"*:\/\/*.kick.com\/*",
"*:\/\/dashboard.kick.com\/*"
]
}
],
"content_scripts": [
{
"matches": [
"*:\/\/kick.com\/*",
"*:\/\/dashboard.kick.com\/*"
],
"js": [
"src\/core\/load.js"
],
"type": "module"
},
{
"matches": [
"*:\/\/purplekick.sarney.dev\/*"
],
"js": [
"src\/core\/extension_website.js"
]
}
],
"action": {
"default_popup": "popup\/popup.html",
"default_icon": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
},
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
}