Examine source code of Stopwatch for Google Sheets

Inspect and view changes in Stopwatch for Google Sheets 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",
  "manifest_version": 3,
  "name": "Stopwatch for Google Sheets",
  "description": "Adds a stopwatch to Google Sheets.",
  "version": "1.4",
  "icons": {
    "48": "timer48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://docs.google.com/spreadsheets/d/*/edit*"
      ],
      "js": [
        "timer.js"
      ]
    }
  ]
}