Inspect and view changes in Distance Measure source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Distance Measure",
"description": "Measure your next bike trip or run in miles, km and nautical miles. Save your route as KML to open in your favorite mapping app.",
"version": "1.0.0.5",
"manifest_version": 2,
"icons": {
"128": "icon128.png"
},
"permissions": [
"geolocation"
],
"app": {
"urls": [
"http://www.braginski.com/map/default.html"
],
"launch": {
"web_url": "http://www.braginski.com/map/default.html"
}
}
}