AWS Dashboard timezone converter.

AWS Dashboard timezone converter.

AWS Service Health Dashboard timezone convert local timezone.

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 Dashboard timezone converter.",
  "version": "1.0.5",
  "description": "AWS Service Health Dashboard timezone convert local timezone.",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "haws.png"
  },
  "web_accessible_resources": [
    "jquery-2.0.3.min.map"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://status.aws.amazon.com/"
      ],
      "js": [
        "jquery-2.0.3.min.js",
        "extension.js"
      ],
      "run_at": "document_start"
    }
  ]
}