ODIS Click-To-Call Device Information Reader

ODIS Click-To-Call Device Information Reader

ODIS Click-To-Call Device Information Reader

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ODIS Click-To-Call Device Information Reader",
  "version": "1.3",
  "manifest_version": 2,
  "description": "ODIS Click-To-Call Device Information Reader",
  "icons": {
    "16": "logo16.ico",
    "128": "logo128.ico"
  },
  "content_scripts": [
    {
      "matches": [
        "http://odis/",
        "http://odis/Account/Login/*",
        "http://odis.motorcluboperations.com/",
        "http://odis.motorcluboperations.com/Account/Login/*",
        "http://odis.test.motorcluboperations.com/",
        "http://odis.test.motorcluboperations.com/Account/Login/*",
        "http://odis.training.motorcluboperations.com/",
        "http://odis.training.motorcluboperations.com/Account/Login/*"
      ],
      "js": [
        "main.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "extension.js"
    ]
  },
  "permissions": [
    "nativeMessaging",
    "http://odis/",
    "http://odis/Account/Login/*",
    "http://odis.motorcluboperations.com/",
    "http://odis.motorcluboperations.com/Account/Login/*",
    "http://odis.test.motorcluboperations.com/",
    "http://odis.test.motorcluboperations.com/Account/Login/*",
    "http://odis.training.motorcluboperations.com/",
    "http://odis.training.motorcluboperations.com/Account/Login/*"
  ]
}