Examine source code of On The Go Map

Inspect and view changes in On The Go Map 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": "On The Go Map",
  "short_name": "On The Go Map",
  "description": "Map a run, walk, or ride and save in Google Drive.  View elevation profiles, share with friends, embed in a website or blog.",
  "version": "0.0.0.2",
  "manifest_version": 2,
  "container": "GOOGLE_DRIVE",
  "api_console_project_id": "1005440287342",
  "gdrive_mime_types": {
    "http://drive.google.com/intents/opendrivedoc": [
      {
        "type": [
          "application/vnd.google-apps.drive-sdk.1005440287342"
        ],
        "href": "http://onthegomap.com/",
        "title": "Open",
        "disposition": "window"
      }
    ]
  },
  "app": {
    "launch": {
      "web_url": "http://onthegomap.com/"
    }
  },
  "icons": {
    "128": "128.png"
  },
  "permissions": [
    "geolocation"
  ]
}