Evernote Web

Evernote Web

Save all of your ideas and experiences in Evernote, then access them from every computer and phone you use.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "1.0.8",
  "default_locale": "en",
  "app": {
    "urls": [
      "http://www.evernote.com/",
      "https://www.evernote.com/",
      "https://www.evernote.com/Home.action"
    ],
    "launch": {
      "web_url": "https://www.evernote.com/Home.action?securityRegCode=chromestore"
    }
  },
  "icons": {
    "128": "images/en_app_icon-128.png"
  }
}