Talking Timer - Custom Speaking Timer

Talking Timer - Custom Speaking Timer

A clean, easy to use, customisable Timer with text to speech (TTS) interval alerts

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Talking Timer - Custom Speaking Timer",
  "short_name": "Talking Timer",
  "version": "1.2.0",
  "description": "A clean, easy to use, customisable Timer with text to speech (TTS) interval alerts",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png",
    "256": "icon-256.png"
  },
  "app": {
    "background": {
      "scripts": [
        "main.js"
      ]
    }
  },
  "permissions": [
    "tts",
    "storage",
    "alwaysOnTopWindows"
  ]
}