Simple AWS Launcher

Simple AWS Launcher

Simple popup launcher for hundreds of AWS services. Just press ctrl(cmd)+shift+L, or click an icon to open.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Simple AWS Launcher",
  "description": "Simple popup launcher for hundreds of AWS services. Just press ctrl(cmd)+shift+L, or click an icon to open.",
  "version": "2.1.4",
  "background": {
    "service_worker": "script/background.js"
  },
  "icons": {
    "38": "icon/38icon.png",
    "48": "icon/48icon.png",
    "128": "icon/128icon.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+L",
        "windows": "Ctrl+Shift+L",
        "mac": "Command+Shift+L",
        "linux": "Ctrl+Shift+L"
      }
    }
  }
}