FastAccess Face Recognition Web Login

FastAccess Face Recognition Web Login

FastAccess SSO manages all your website logins.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "page": "background.html"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "fasso_contentscript.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "128": "fasso.png"
  },
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "short_name": "FastAccess SSO",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "nativeMessaging"
  ],
  "version": "1.0.0.98"
}