Locksmith

Locksmith

Locksmith allows you to easily switch between accounts in the AWS portal!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Locksmith",
  "description": "Locksmith allows you to easily switch between accounts in the AWS portal!",
  "version": "1.4.0",
  "permissions": [
    "https://signin.aws.amazon.com/federation"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "app/index.html"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Period"
      },
      "global": true,
      "description": "Toggle Locksmith"
    }
  },
  "externally_connectable": {
    "matches": [
      "https://beagle.unitt-route53.com/*",
      "https://puppy.unitt-route53.com/*"
    ]
  },
  "web_accessible_resources": [
    "manifest.json",
    "app/index.html"
  ]
}