Google Verified Access by Duo

Google Verified Access by Duo

Allows Duo Beyond customers to check the trustworthiness of Chrome OS devices using Google Verified Access. http://duo.sc/gva

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "platform.js",
      "background.js"
    ]
  },
  "content_security_policy": "script-src 'self' http://localhost:*; object-src 'self'",
  "description": "Allows Duo Beyond customers to check the trustworthiness of Chrome OS devices using Google Verified Access. http://duo.sc/gva",
  "externally_connectable": {
    "matches": [
      "*://*.duosec.org/*",
      "*://*.duosecurity.com/*",
      "*://*.duo.test/*"
    ]
  },
  "icons": {
    "16": "icon16.png",
    "19": "icon19.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "Google Verified Access by Duo",
  "permissions": [
    "https://*.duosec.org/*",
    "https://*.duosecurity.com/*",
    "https://*.duo.test/*",
    "enterprise.platformKeys",
    "identity",
    "identity.email"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.7.0",
  "web_accessible_resources": [
    "icon19.png"
  ]
}