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": "Carvis",
"description": "Adds a Carvis button to webpages",
"version": "2.0.67",
"icons": {
"48": "images\/carvis-square-48.png",
"128": "images\/carvis-square-128.png",
"256": "images\/carvis-square-256.png"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"action": {
"default_title": "Open Carvis Side Panel"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"permissions": [
"storage",
"sidePanel",
"scripting",
"tabs",
"identity"
],
"host_permissions": [
"https:\/\/api.carvis.ai\/*",
"https:\/\/app.carvis.ai\/*",
"https:\/\/*.tekmetric.com\/*",
"https:\/\/*.shop-ware.com\/*",
"https:\/\/*.azurestaticapps.net\/*"
],
"content_scripts": [
{
"js": [
"assets\/index_left.ts-EeJohZ4M.js"
],
"run_at": "document_end",
"matches": [
"https:\/\/*.tekmetric.com\/*",
"https:\/\/*.carvis.ai\/*",
"http:\/\/localhost:5173\/*",
"https:\/\/*.shop-ware.com\/*",
"https:\/\/*.azurestaticapps.net\/*"
]
}
],
"web_accessible_resources": [
{
"matches": [
"http:\/\/localhost:5173\/*",
"https:\/\/*.azurestaticapps.net\/*",
"https:\/\/*.carvis.ai\/*",
"https:\/\/*.shop-ware.com\/*",
"https:\/\/*.tekmetric.com\/*"
],
"resources": [
"assets\/index_left.ts-EeJohZ4M.js"
],
"use_dynamic_url": false
}
]
}