Stopclock

Stopclock

Adds a stopwatch and a clock to your browser!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Stopclock",
  "description": "Adds a stopwatch and a clock to your browser!",
  "version": "0.2",
  "action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  }
}