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": "Bro - AI Assistant, YouTube Summary, Chat with any webpage\/document",
"description": "The Bro Chrome extension is an AI assistant that helps you with a variety of tasks directly within your browser.",
"version": "26.1.6.0",
"version_name": "26.1.6",
"manifest_version": 3,
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/index.ts-loader-D27khI1A.js"
],
"all_frames": false,
"matches": [
"*:\/\/*\/*"
],
"run_at": "document_end"
}
],
"action": {
"icons": {
"16": "logo-16.png",
"128": "logo-128.png"
}
},
"icons": {
"16": "logo-16.png",
"128": "logo-128.png"
},
"host_permissions": [
"*:\/\/*\/*",
"<all_urls>"
],
"permissions": [
"sidePanel",
"storage",
"webRequest",
"tabs",
"activeTab"
],
"web_accessible_resources": [
{
"matches": [
"*:\/\/*\/*"
],
"resources": [
"content-script\/*.js",
"content-script\/*.html",
"*.html",
"logo-16.png",
"logo-128.png",
"icons\/replace.png",
"icons\/popup.png",
"icons\/append.png",
"icons\/copy.png",
"icons\/side-panel.png",
"icons\/mode-comment.svg",
"icons\/text-snippet.svg",
"icons\/screenshot-region.svg",
"icons\/graph.svg",
"icons\/settings.svg",
"icons\/power.svg",
"icons\/pdf.svg",
"icons\/doc.svg",
"icons\/docx.svg",
"icons\/xlsx.svg",
"icons\/ppt.svg",
"icons\/pptx.svg",
"icons\/txt.svg",
"icons\/md.svg",
"icons\/image.svg",
"assets\/api-Cz3817Y4.js",
"assets\/BraderAI-DTZUssUl.js",
"assets\/index.ts-Djq3E0I2.js"
],
"use_dynamic_url": false
}
]
}