Note Popup on Evernote® Platform

Note Popup on Evernote® Platform

Note Popup is the simplest way to edit and add notes to your Evernote account

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Note Popup on Evernote® Platform",
  "version": "2.3.3",
  "description": "Note Popup is the simplest way to edit and add notes to your Evernote account",
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
  "default_locale": "en",
  "icons": {
    "16": "icons/icon.png",
    "32": "icons/icon.png",
    "48": "icons/icon.png",
    "128": "icons/icon.png"
  },
  "browser_action": {
    "default_icon": "icons/icon.png",
    "default_popup": "popup.html"
  },
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "storage",
    "activeTab",
    "https://www.evernote.com/*"
  ],
  "web_accessible_resources": [
    "images/*",
    "js/*",
    "login.html",
    "background.html",
    "background.js"
  ]
}