StrongPass

StrongPass

StrongPass - Login with Ease, Surf With Confidence

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "./background.js"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "browserSpecific.js",
        "authomate.js",
        "site-specific.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self' "
  },
  "description": "StrongPass - Login with Ease, Surf With Confidence",
  "icons": {
    "16": "authomate.png",
    "48": "authomate-big.png",
    "128": "authomate-128.png"
  },
  "manifest_version": 3,
  "name": "StrongPass",
  "action": {
    "default_icon": {
      "16": "icons/authomateoutline.png"
    },
    "default_title": "StrongPass",
    "default_popup": "./popup.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icons/authomatesettings.png",
        "icons/authomatelogo.png",
        "fieldInjector.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "privacy",
    "storage",
    "nativeMessaging",
    "webRequest",
    "webRequestAuthProvider",
    "offscreen",
    "clipboardWrite"
  ],
  "host_permissions": [
    "https://x.authomate.com/*/",
    "https://dev.authomate.com/*/",
    "<all_urls>"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.23.09261"
}