ComingDue Lite

ComingDue Lite

Manages a single page list of important tasks; highlights what is coming due, is due now or is past due. Offline and in-browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "ComingDue Lite",
  "description": "Manages a single page list of important tasks; highlights what is coming due, is due now or is past due. Offline and in-browser.",
  "version": "1.0.0.1",
  "manifest_version": 2,
  "minimum_chrome_version": "20",
  "icons": {
    "16": "Img/logo_ComingDue_2_16.png",
    "128": "Img/logo_ComingDue_2b_128.jpg"
  },
  "offline_enabled": true,
  "app": {
    "launch": {
      "local_path": "index.htm",
      "xcontainer": "panel",
      "width": 250,
      "height": 160
    }
  },
  "permissions": [
    "notifications"
  ]
}