Secret Server Login Assist

Secret Server Login Assist

Allows the user to login automatically to a website stored in Secret Server. Please note: Secret Server 10.3.x and earlier require a patch to be compatible with this extension. Please check the Thycotic support portal for more information.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Secret Server Login Assist",
  "short_name": "Secret Server Login Assist",
  "description": "Allows the user to login automatically to a website stored in Secret Server.",
  "icons": {
    "48": "icon-48.png"
  },
  "version": "2.1.1",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": {
      "19": "icon-19.png"
    },
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "js": [
        "jquery-3.2.1.min.js",
        "launcher_content.min.js"
      ],
      "css": [
        "style.min.css",
        "fonts/css/fontello.min.css"
      ],
      "all_frames": true,
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "permissions": [
    "cookies",
    "storage",
    "tabs",
    "http://*/*",
    "https://*/*",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "manifest_version": 2,
  "web_accessible_resources": [
    "icon-19-trans.png",
    "SearchIcon.png",
    "fonts/css/fontello.min.css",
    "fonts/font/fontello.woff2"
  ],
  "content_security_policy": "script-src 'self' 'sha256-XBMUQD6Q9dh+2az+tuKXBT3fnB7hrATexoU2lWDzBTI=' 'sha256-87083882cc6015984eb0411a99d3981817f5dc5c90ba24f0940420c5548d82de=' 'sha256-1UQT58KkaIw6dHgaMPw71VNN7S/+UEwZIIaFS1AoXmg='; object-src 'self'",
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "57.0"
    }
  }
}