authifyNow

authifyNow

Bridging the digital `TRUST` gap between companies and customers

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "authifyNow",
  "author": "webVerts",
  "version": "0.1.6",
  "description": "Bridging the digital `TRUST` gap between companies and customers",
  "homepage_url": "https://github.com/authifyWeb/authifyNow",
  "icons": {
    "32": "images/icon32.png",
    "64": "images/icon64.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "authifyNow",
    "default_icon": "images/icon32.png"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+Q"
      }
    }
  },
  "options_ui": {
    "open_in_tab": true,
    "page": "resources/options.html"
  },
  "background": {
    "service_worker": "resources/background.js"
  },
  "permissions": [
    "activeTab"
  ],
  "host_permissions": [
    "*://apiurl.authifyweb.com/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}