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",
"name": "Ergo Chat",
"description": "Chat with your unique library of PDFs and websites.",
"version": "2.0.15",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAot+5gOAr\/QrXFG6wOPzCRN2lcvnaO48Ect0LJ4vkDy3C9vsYhvksFXed4sb6jFR1IHDc\/j\/WontYN9Utgtq3vayB2ccGQgq2ZVV1ap9EzYuGnZzSSX9HH3k1KaBiXo9Utgbigj7h92xNP5TiOLODWa+i8u1fyi0LKiuM\/0YOGuGlfX7LMZMusL5UlfmaSOLo2uTwChgxIPMP1\/yvGf+uMPC4hx3vfpD8IHd9IIuHMcrn54nVQi8qARTqWBaA2lq6hkk4omNM1TKny5OHR1\/CnF4QNbkfeeqJ1WBg6QwmBYLVOFN2xVzYU5otzfCPExgvSfSV6C27et5+xpfDkBojOwIDAQAB",
"manifest_version": 3,
"icons": {
"16": "img\/logo-16.png",
"32": "img\/logo-32.png",
"48": "img\/logo-48.png",
"128": "img\/logo-128.png"
},
"action": {
"default_popup": "src\/chrome-extension\/popup.html",
"default_icon": "img\/logo-48.png"
},
"side_panel": {
"default_path": "src\/chrome-extension\/sidepanel.html"
},
"options_page": "src\/chrome-extension\/options.html",
"host_permissions": [
"https:\/\/api.searchergo.com\/*",
"http:\/\/localhost:8080\/*",
"https:\/\/api.segment.io\/*"
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/index.ts-loader-2871b328.js"
],
"matches": [
"<all_urls>"
]
}
],
"web_accessible_resources": [
{
"matches": [],
"resources": [
"img\/logo-16.png",
"img\/logo-32.png",
"img\/logo-48.png",
"img\/logo-128.png"
],
"use_dynamic_url": false
},
{
"matches": [
"<all_urls>"
],
"resources": [
"assets\/index.ts-0dd75a11.js"
],
"use_dynamic_url": false
}
],
"permissions": [
"storage",
"contextMenus",
"notifications",
"activeTab",
"tabs",
"sidePanel"
]
}