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": "BrandBay - Brand Manager for Chrome",
"version": "1.0.3",
"action": [],
"homepage_url": "https:\/\/www.brandbay.io",
"description": "BrandBay: Simplified brand asset management, organization, and collaboration. Quick access to colors, links, logos, media, and more.",
"icons": {
"16": "images\/LOGO 16x16.png",
"24": "images\/LOGO 24x24.png",
"32": "images\/LOGO 32x32.png",
"48": "images\/LOGO 48x48.png",
"128": "images\/LOGO 128x128.png"
},
"permissions": [
"activeTab",
"scripting"
],
"host_permissions": [
"https:\/\/*\/"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"css": [
"styles.css"
]
}
]
}