Transportation Costs

Transportation Costs

Transportation costs, sometimes a lot. See how much in Google Maps.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Transportation Costs",
  "version": "1.4.0",
  "description": "Transportation costs, sometimes a lot. See how much in Google Maps.",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "manifest_version": 2,
  "permissions": [
    "geolocation",
    "storage",
    "*://www.google.com/maps/*",
    "*://*.gasbuddy.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.google.com/maps/*"
      ],
      "js": [
        "main.js"
      ],
      "css": [
        "main.css"
      ]
    }
  ]
}