Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 15, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bizom Bug Assistant", "version": "1.0.0", "description": "Automatically prefills the text area with the respective bug fix details with chat support. Powered By AI", "permissions": [ "storage", "sidePanel" ], "host_permissions": [ "https:\/\/bugzilla.bizom.in\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/bugzilla.bizom.in\/*" ], "js": [ "\/modules\/prefill-action\/contentScript.js" ], "css": [ "\/modules\/prefill-action\/contentScript.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "assets\/app-icon\/ic_app_16.png" ], "matches": [ "https:\/\/bugzilla.bizom.in\/*" ] } ], "action": { "default_icon": { "16": "assets\/app-icon\/ic_app_16.png", "24": "assets\/app-icon\/ic_app_24.png", "32": "assets\/app-icon\/ic_app_32.png" }, "default_title": "Bizom Bug Assistant", "default_popup": "\/modules\/popup\/popup.html" }, "side_panel": { "default_path": "\/modules\/popup\/popup.html" }, "manifest_version": 3, "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'" } }