Inspect and view changes in Area 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": "Area Measure",
"description": "Measure area of anything in sq feet, sq meters, sq miles, sq km and acres. Save your map 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/maparea/default.html"
],
"launch": {
"web_url": "http://www.braginski.com/maparea/default.html"
}
}
}