Cloud Sustainability Console

Cloud Sustainability Console

Visually shows 100% sustainable regions in your Cloud Console e.g. AWS. Supports the Sustainable Servers by 2024 initiative.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Cloud Sustainability Console",
  "short_name": "Sustainable Cloud",
  "version": "1.0",
  "description": "Visually shows 100% sustainable regions in your Cloud Console e.g. AWS. Supports the Sustainable Servers by 2024 initiative.",
  "icons": {
    "128": "cloud_sustainability_console.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.console.aws.amazon.com/*"
      ],
      "run_at": "document_end",
      "js": [
        "sustainableAWS.js"
      ]
    }
  ],
  "homepage_url": "https://change.org/p/sustainable-servers-by-2024",
  "manifest_version": 2
}