moving copilot work under common folder and adding _studio_dependencies
This commit is contained in:
35
copilot/copilot-extension/manifest.json
Normal file
35
copilot/copilot-extension/manifest.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"name": "Verint Copilot",
|
||||
"description": "Verint Copilot Side-panel Extension",
|
||||
"version": "1.0",
|
||||
"manifest_version": 3,
|
||||
"background": {
|
||||
"service_worker": "service-worker.js"
|
||||
},
|
||||
"side_panel": {
|
||||
"default_path": "src/pages/side-panel/index.html"
|
||||
},
|
||||
"permissions": ["sidePanel", "tabs"],
|
||||
"content_security_policy": {
|
||||
"extension_pages": "script-src 'self'; object-src 'self'"
|
||||
},
|
||||
"icons": {
|
||||
"16": "images/icon-16.png",
|
||||
"32": "images/icon-32.png",
|
||||
"48": "images/icon-48.png",
|
||||
"128": "images/icon-128.png"
|
||||
},
|
||||
"web_accessible_resources": [
|
||||
{
|
||||
"matches": ["*://*/*"],
|
||||
"resources": [
|
||||
"assets/js/*.js",
|
||||
"assets/css/*.css",
|
||||
"assets/svg/*.svg",
|
||||
"assets/png/*.png",
|
||||
"icon.svg",
|
||||
"blob/*"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user