Clocky Kid

Clocky Kid

Battle "lost time" like Han Solo. Non-envasive, light-hearted reminders for people with ADD/ADHD.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Clocky Kid",
  "description": "Battle \"lost time\" like Han Solo. Non-envasive, light-hearted reminders for people with ADD/ADHD.",
  "version": "1.0",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "activeTab",
    "https://ajax.googleapis.com/",
    "notifications",
    "alarms",
    "background"
  ]
}