Three Daily Things

Three Daily Things

A simple to do list for busy people looking to improve their lives.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Three Daily Things",
  "description": "A simple to do list for busy people looking to improve their lives.",
  "version": "1.1",
  "permissions": [
    "http://threedailythings.com/"
  ],
  "browser_action": {
    "default_icon": "www/lib/website/favicon.png",
    "default_popup": "www/index.html"
  }
}