Examine source code of Run Comparison Tool

Inspect and view changes in Run Comparison Tool 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
{
  "manifest_version": 2,
  "name": "Run Comparison Tool",
  "version": "1.0",
  "description": "Compare your running sessions and analyze changes or improvements.",
  "permissions": [],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "128": "images/runcom-logo.png"
    }
  },
  "icons": {
    "128": "images/runcom-logo.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{68e00ea7-ee7a-45fc-87eb-e1559536ae6c}"
    }
  }
}