Note It !

Note It !

make a short note in Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Note It !",
  "description": "make a short note in Chrome",
  "version": "1.0",
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_popup": "note.html",
    "default_title": "Note It !"
  },
  "permissions": [
    "storage"
  ]
}