Modento Dashboard Extension

Modento Dashboard Extension

This extension adds extra capabilities to Modento Dashboard / DI Engagement website features and is meant to be used by dental…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Modento Dashboard Extension",
  "version": "0.3",
  "icons": {
    "16": "icons/16x16.png",
    "48": "icons/48x48.png",
    "128": "icons/128x128.png"
  },
  "background": {
    "scripts": [
      "main.js"
    ],
    "persistent": false
  },
  "permissions": [
    "tabs"
  ],
  "externally_connectable": {
    "matches": [
      "http://localhost:4200/*",
      "https://*.modento.io/*",
      "https://*.modento.com/*",
      "https://*.stg-modento.io/*"
    ]
  },
  "manifest_version": 2
}