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",
"description": "Brand connect extension to connect your profiles easily",
"version": "2.0.17",
"manifest_version": 3,
"name": "Brand Connect",
"background": {
"service_worker": "background.bundle.js"
},
"action": {
"default_icon": "brand-connect.png"
},
"icons": {
"128": "brand-connect.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/app.hyperclapper.com\/*",
"https:\/\/app.hyperclapper.click\/*",
"https:\/\/app.brandxccelerator.com\/*",
"https:\/\/www.linkedin.com\/posts\/*"
],
"js": [
"contentScript.bundle.js"
],
"css": [
"content.styles.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"content.styles.css",
"brand-connect.png"
],
"matches": []
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; style-src 'self'; img-src 'self';"
},
"permissions": [
"cookies",
"tabs"
],
"host_permissions": [
"https:\/\/www.linkedin.com\/",
"https:\/\/app.hyperclapper.com\/",
"https:\/\/app.hyperclapper.click\/",
"https:\/\/app.brandxccelerator.com\/"
]
}