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": "Engagement Dashboard Extension",
"version": "0.5",
"icons": {
"16": "icons\/16x16.png",
"48": "icons\/48x48.png",
"128": "icons\/128x128.png"
},
"background": {
"service_worker": "main.js"
},
"permissions": [
"tabs"
],
"externally_connectable": {
"matches": [
"http:\/\/localhost:4200\/*",
"https:\/\/*.modento.io\/*",
"https:\/\/*.modento.com\/*",
"https:\/\/*.stg-modento.io\/*",
"https:\/\/*.dentalintel.com\/*"
]
},
"manifest_version": 3
}