Sonikpass Verified Presence™ Extension

Sonikpass Verified Presence™ Extension

Communicates with the Sonikpass Verified Presence™ system.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Sonikpass Verified Presence™ Extension",
  "short_name": "Sonikpass",
  "version": "3.6",
  "description": "Communicates with the Sonikpass Verified Presence™ system.",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "incognito": "split",
  "externally_connectable": {
    "matches": [
      "*://*.sonikpass.com/*"
    ]
  },
  "permissions": [
    "nativeMessaging"
  ]
}