AWS Console Navigator

AWS Console Navigator

Go to resources in the AWS console from the Omnibox.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "AWS Console Navigator",
  "description": "Go to resources in the AWS console from the Omnibox.",
  "version": "2.0.7",
  "manifest_version": 2,
  "background": {
    "persistent": false,
    "page": "background.html"
  },
  "omnibox": {
    "keyword": "awss"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Click to set AWS region"
  },
  "permissions": [
    "storage"
  ],
  "icons": {
    "140": "img/[email protected]"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{dce191bf-b1d3-4b3c-b388-d2c6f3769e45}"
    }
  }
}