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": "Nexus",
"version": "1.1",
"description": "Nexus for Chrome",
"permissions": [
"sidePanel",
"storage"
],
"host_permissions": [
"https:\/\/nexus.gfg.ai\/*"
],
"background": {
"service_worker": "service_worker.js",
"type": "module"
},
"action": {
"default_icon": {
"16": "public\/icon16.png",
"48": "public\/icon48.png",
"128": "public\/icon128.png"
}
},
"icons": {
"16": "public\/icon16.png",
"48": "public\/icon48.png",
"128": "public\/icon128.png"
},
"options_page": "src\/pages\/options.html",
"chrome_url_overrides": {
"newtab": "src\/pages\/home.html"
},
"commands": {
"toggle-new-tab-override": {
"suggested_key": {
"default": "Ctrl+Shift+O",
"mac": "Command+Shift+O"
},
"description": "Toggle Nexus New Tab Override"
}
},
"side_panel": {
"default_path": "src\/pages\/panel.html"
}
}