Moosti

Moosti

Moosti is a simple time tracker to use with - The Pomodoro Technique® -. This is the old pomodoro.me

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Moosti",
  "description": "Moosti is a simple time tracker to use with - The Pomodoro Technique® -. This is the old pomodoro.me",
  "version": "1.0.4",
  "manifest_version": 2,
  "app": {
    "urls": [
      "http://www.moosti.com/"
    ],
    "launch": {
      "web_url": "http://www.moosti.com"
    }
  },
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": [
    "notifications"
  ]
}