Inspect and view changes in Bro - AI Assistant, YouTube Summary, Chat with any webpage/document source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"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": "25.4.23.0",
"version_name": "25.4.23",
"manifest_version": 3,
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets/index.ts-loader-ChOQep5f.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/vue-i18n-Bhi5R6A1.js",
"assets/api-C4XQ8vfT.js",
"assets/index.ts-BDUDBNME.js"
],
"use_dynamic_url": false
}
]
}