Travelmath

Travelmath

Use the trip calculator to get the driving distance between cities or search for the closest airport.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Travelmath",
  "description": "Use the trip calculator to get the driving distance between cities or search for the closest airport.",
  "version": "2.0",
  "manifest_version": 2,
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "urls": [
      "http://www.travelmath.com/"
    ],
    "launch": {
      "web_url": "http://www.travelmath.com/"
    }
  },
  "permissions": [
    "geolocation"
  ]
}