MongoTEL Router Extension

MongoTEL Router Extension

MongoTEL router configuration extension. Enables management.mongotel.com to configure the mongotel router on the local network.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "MongoTEL Router Extension",
  "version": "1.0.0",
  "description": "MongoTEL router configuration extension. Enables management.mongotel.com to configure the mongotel router on the local network.",
  "short_name": "Router Extension",
  "permissions": [
    "activeTab",
    "declarativeContent",
    "https://*.mongotel.com/*",
    "http://console.management.mongotel.com/*",
    "*://192.168.8.1/*",
    "*://console.gl-inet.com/*"
  ],
  "background": {
    "scripts": [
      "main-background.js",
      "jquery-3.4.1.min.js",
      "axios.js"
    ],
    "persistent": false
  },
  "externally_connectable": {
    "matches": [
      "https://*.mongotel.com/*",
      "http://127.0.0.1:3333/*"
    ]
  },
  "page_action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png"
    }
  }
}