Get Something Done

Get Something Done

To Do List for indecisive

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Get Something Done",
  "version": "1.3",
  "manifest_version": 2,
  "description": "To Do List for indecisive",
  "options_page": "options.html",
  "icons": {
    "16": "images/16.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "browser_action": {
    "default_icon": "images/19.png",
    "default_popup": "task.html"
  }
}