EasyNotePad

EasyNotePad

Notepad that saves what you write

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "EasyNotePad",
  "description": "Notepad that saves what you write",
  "version": "0.1",
  "permissions": [
    "background",
    "storage"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "easynotepad.html"
  }
}