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",
"manifest_version": 3,
"name": "Real Time AI Voice\/Text Assistant",
"version": "1.0",
"description": "Get real-time, AI-powered responses during your interview!",
"permissions": [
"activeTab",
"scripting",
"sidePanel",
"tabCapture"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"16": "icon28.png",
"48": "icon64.png",
"128": "icon128.png"
}
},
"side_panel": {
"default_path": "popup.html"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"icons": {
"16": "icon28.png",
"48": "icon64.png",
"128": "icon128.png"
}
}