Quick Notes

Quick Notes

An extension to quickly make notes in browser ie. Quick Notes

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Quick Notes",
  "version": "1.1",
  "author": "Anand Kaushik",
  "description": "An extension to quickly make notes in browser ie. Quick Notes",
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}