26 lines
608 B
JSON
26 lines
608 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "Alta Proxy Tool Bridge",
|
|
"version": "1.0.0",
|
|
"description": "Send Alta session cookies to the Alta Proxy Tool desktop app.",
|
|
"permissions": ["cookies", "activeTab", "clipboardWrite"],
|
|
"host_permissions": [
|
|
"https://*.avasecurity.com/*",
|
|
"https://*.avigilon.com/*",
|
|
"http://127.0.0.1:18247/*"
|
|
],
|
|
"action": {
|
|
"default_popup": "popup.html",
|
|
"default_icon": {
|
|
"16": "icon16.png",
|
|
"48": "icon48.png",
|
|
"128": "icon128.png"
|
|
}
|
|
},
|
|
"icons": {
|
|
"16": "icon16.png",
|
|
"48": "icon48.png",
|
|
"128": "icon128.png"
|
|
}
|
|
}
|