Examine source code of MyCarTracks

Inspect and view changes in MyCarTracks 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": "MyCarTracks",
  "description": "Vehicle tracking reinvented. Discover a new way of tracking your vehicles in your fleet.",
  "manifest_version": 2,
  "version": "3.1.5",
  "icons": {
    "16": "mctapp_16.png",
    "48": "mctapp_48.png",
    "128": "mctapp_128.png"
  },
  "app": {
    "urls": [
      "http://www.mycartracks.com/"
    ],
    "launch": {
      "web_url": "http://www.mycartracks.com/"
    }
  },
  "permissions": []
}