AWS Helper

AWS Helper

Extension to help with using AWS Console

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "AWS Helper",
  "version": "0.2.7",
  "author": "Oliver Ewert <[email protected]>",
  "icons": {
    "128": "img/aws.png"
  },
  "description": "Extension to help with using AWS Console",
  "browser_action": {
    "default_icon": "img/aws.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "cookies",
    "https://*.aws.amazon.com/*",
    "storage",
    "activeTab",
    "tabs"
  ]
}