CloudKeeper - Credential Helper

CloudKeeper - Credential Helper

AWS SSO External AWS Account - STS Keys Generator

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "author": "CloudKeeper",
  "homepage_url": "https://app.cloudkeeper.com",
  "name": "CloudKeeper - Credential Helper",
  "description": "AWS SSO External AWS Account - STS Keys Generator",
  "version": "1.3.0",
  "icons": {
    "32": "icons/icon_crop_128.png",
    "128": "icons/icon_crop_128.png"
  },
  "action": {
    "default_icon": "icons/icon_crop_128.png",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "service_worker": "script.js"
  },
  "permissions": [
    "webRequest",
    "storage",
    "webNavigation"
  ],
  "host_permissions": [
    "https://signin.aws.amazon.com/saml"
  ]
}