Greenify

Greenify

Fast and easy way to calculate the estimated carbon footprint of your trip in Google Maps.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Greenify",
  "description": "Fast and easy way to calculate the estimated carbon footprint of your trip in Google Maps.",
  "version": "0.2.0",
  "icons": {
    "16": "/images/16.png",
    "48": "/images/48.png",
    "128": "/images/128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/maps/*"
      ],
      "js": [
        "contentScript.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ]
}