Notes By Brower

Notes By Brower

Record a note on the browser toolbar.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Notes By Brower",
  "description": "Record a note on the browser toolbar.",
  "version": "0.1",
  "browser_action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "icon128.png"
  },
  "permissions": [
    "storage"
  ]
}