Silverfort

Silverfort

Silverfort Multi-Factor Authentication

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Silverfort",
  "description": "Silverfort Multi-Factor Authentication",
  "version": "1.6.0",
  "icons": {
    "16": "silverfort_16.png",
    "32": "silverfort_32.png",
    "48": "silverfort_48.png",
    "128": "silverfort.png"
  },
  "browser_action": {
    "default_icon": "silverfort.png",
    "default_popup": "index.html"
  },
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "background",
    "storage",
    "notifications",
    "https://*.silverfort.io/",
    "https://*.silverfort.com/"
  ],
  "content_security_policy": "script-src 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk=' 'self' https://www.gstatic.com/ https://*.firebaseio.com https://www.googleapis.com; object-src 'self'"
}