Examine source code of AWS Role Editor

Inspect and view changes in AWS Role Editor source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "AWS Role Editor",
  "description": "This extension allows you to modify your AWS Roles.",
  "version": "0.3",
  "icons": {
    "16": "icons/16x16-icon.png",
    "128": "icons/128x128-icon.png"
  },
  "browser_action": {
    "default_icon": "icons/16x16-icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "cookies",
    "https://console.aws.amazon.com/"
  ]
}