Notey - Quick notes in browser!

Notey - Quick notes in browser!

Want to make a quick note? Notey is here! Click on the icon at the right top of your screen and get started! [BETA]

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Notey - Quick notes in browser!",
  "version": "1.1.3",
  "description": "Want to make a quick note? Notey is here! Click on the icon at the right top of your screen and get started! [BETA]",
  "manifest_version": 2,
  "options_page": "settings.html",
  "icons": {
    "16": "icons/icon_16.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "browser_action": {
    "default_popup": "notey.html"
  },
  "permissions": [
    "storage"
  ]
}