Simple Quick Notes

Simple Quick Notes

A simple notes extension for simple, fast, minimalistic note jotting.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "icons": {
    "96": "notepad96.png",
    "128": "notepad.png",
    "144": "notepad144.png"
  },
  "name": "Simple Quick Notes",
  "version": "5.1",
  "description": "A simple notes extension for simple, fast, minimalistic note jotting.",
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "notepad.png"
  }
}