Notepad

Notepad

Create, open, and edit notes quickly and easily

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Notepad",
  "version": "1.3",
  "manifest_version": 2,
  "description": "Create, open, and edit notes quickly and easily",
  "browser_action": {
    "default_icon": "images/icon.png",
    "default_popup": "index.html"
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon.png"
  }
}