Web Notes

Web Notes

Advanced note taking web extension.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Web Notes",
  "description": "Advanced note taking web extension.",
  "version": "1.0.0",
  "icons": {
    "128": "icon_128.png"
  },
  "browser_action": {
    "default_action": "icon.png",
    "default_popup": "noteCategory.html"
  }
}