Smart Tomato!

Smart Tomato!

A time management tool that helps you balance your work and break time.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Smart Tomato!",
  "description": "A time management tool that helps you balance your work and break time.",
  "background": {
    "service_worker": "scripts/service_worker.js",
    "type": "module"
  },
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "images/tomato-16.png",
      "32": "images/tomato-32.png",
      "48": "images/tomato-48.png",
      "128": "images/tomato-128.png"
    }
  },
  "icons": {
    "16": "images/tomato-16.png",
    "32": "images/tomato-32.png",
    "48": "images/tomato-48.png",
    "128": "images/tomato-128.png"
  },
  "permissions": [
    "alarms",
    "notifications",
    "storage"
  ],
  "version": "0.2"
}