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": "OG Solver",
"short_name": "OG Solver",
"author": "ogsolver.com",
"version": "1.0.4",
"description": "AI homework & quiz solver with instant answers and explanations. Private, discreet, fast, and built for modern online learning.",
"permissions": [
"activeTab",
"storage",
"scripting",
"sidePanel",
"offscreen",
"identity",
"notifications",
"unlimitedStorage"
],
"offline_enabled": false,
"action": {
"default_title": "Open OG Solver",
"default_popup": "popup.html",
"default_icon": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
},
"externally_connectable": {
"matches": [
"https:\/\/ogsolver.com\/*",
"https:\/\/www.ogsolver.com\/*"
]
},
"side_panel": {
"default_path": "sidepanel.html"
},
"background": {
"service_worker": "background.js"
},
"commands": {
"capture-and-analyze": {
"suggested_key": {
"default": "Alt+Shift+S",
"windows": "Alt+Shift+S",
"mac": "MacCtrl+Shift+S",
"chromeos": "Alt+Shift+X"
},
"description": "Get Instant AI-powered Answers"
},
"_execute_action": {
"suggested_key": {
"default": "Alt+Shift+O",
"windows": "Alt+Shift+O",
"mac": "MacCtrl+Shift+O",
"chromeos": "Alt+Shift+O"
},
"description": "Open OG Solver Menu"
}
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; connect-src https:\/\/ogsolver.com http:\/\/localhost:5000 http:\/\/127.0.0.1:5000 https:\/\/www.googleapis.com"
},
"web_accessible_resources": [
{
"resources": [
"toast.css",
"icon48.png"
],
"matches": [
"<all_urls>"
]
}
],
"oauth2": {
"client_id": "106074608130-v70v8ridm70t3ucogou131pse31d8r8f.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile"
]
}
}