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": "AI Exam and Certification Companion",
"version": "1.1",
"description": "Analyze exam questions and certification questions with multiple AI models",
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"activeTab",
"storage",
"sidePanel",
"windows"
],
"host_permissions": [
"https:\/\/openrouter.ai\/*",
"https:\/\/api.companion.it.com\/*",
"<all_urls>"
],
"action": {
"default_title": "Open AI Exam Companion in Side Panel"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"background": {
"service_worker": "background.js"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+E",
"mac": "Command+Shift+E"
},
"description": "Open AI Exam Companion side panel"
}
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}