SecondsTimer

This Chrome extension allows you to set timers in seconds from your browser.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "SecondsTimer",
  "version": "1.0",
  "description": "This Chrome extension allows you to set timers in seconds from your browser.",
  "manifest_version": 3,
  "icons": {
    "128": "icon.png"
  },
  "action": {
    "default_icon": "icon.png",
    "default_popup": "index.html",
    "default_title": "SecondsTimer"
  },
  "background": {
    "service_worker": "main.js"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}