Secret Notes

Secret Notes

Keep notes and hide them by closing the chrome extension. Good for using when you need to access notes quickly

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Secret Notes",
  "short_name": "SecretNotes",
  "description": "Keep notes and hide them by closing the chrome extension.  Good for using when you need to access notes quickly",
  "version": "2.0",
  "icons": {
    "48": "icon/48.png",
    "128": "icon/128.png"
  },
  "browser_action": {
    "default_icon": "icon/48.png",
    "default_popup": "popup.html"
  }
}