Daily Plan (to-do list)

Daily Plan (to-do list)

Plan your day and inspire your life :)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Daily Plan (to-do list)",
  "description": "Plan your day and inspire your life :)",
  "version": "1.1",
  "browser_action": {
    "default_icon": "logo.png",
    "default_title": "Plan your day!",
    "default_popup": "popup.html"
  }
}