Listify

Listify

Listify enables you to write down all your tasks at one place and organise them.It makes you self aware and boosts your productivity

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Listify",
  "version": "1.0",
  "description": "Listify enables you to write down all your tasks at one place and organise them.It makes you self aware and boosts your productivity",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon16.png",
    "default_popup": "popup.html"
  },
  "options_page": "index5.html",
  "permissions": [
    "storage",
    "notifications"
  ]
}