Debate Timer Chrome Mobile App

Debate Timer Chrome Mobile App

Critical times call for critical thinking! For always-on-top window, google how to do it with PowerToys.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Debate Timer Chrome Mobile App",
  "description": "Critical times call for critical thinking! For always-on-top window, google how to do it with PowerToys.",
  "author": "Alex Gulakov, 2010-2023",
  "version": "5.1",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage"
  ],
  "icons": {
    "48": "res/dstimer-icon48.png",
    "128": "res/dstimer-icon128.png"
  },
  "action": {
    "default_title": " "
  }
}