Easy Notes

Easy Notes

A simple note taking cum To-Do list add-on that will keep you productive throughout the day!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Easy Notes",
  "version": "1.0.0",
  "minimum_chrome_version": "46",
  "description": "A simple note taking cum To-Do list add-on that will keep you productive throughout the day!",
  "icons": {
    "128": "icon_128.png"
  },
  "browser_action": {
    "default_title": "Stay Productive",
    "default_popup": "popup.html"
  },
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}