EZ-Notes

EZ-Notes

Take notes better and faster with the click of a single button!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "EZ-Notes",
  "description": "Take notes better and faster with the click of a single button!",
  "version": "1.2.1",
  "permissions": [
    "downloads"
  ],
  "icons": {
    "16": "16x16.png",
    "32": "96x96.png",
    "48": "96x96.png",
    "128": "128x128.png"
  },
  "background": {
    "scripts": [
      "jquery-2.2.4.min.js",
      "index.js"
    ]
  },
  "browser_action": {
    "default_icon": "96x96.png",
    "default_popup": "index.html"
  }
}