Reflect for Evernote

Reflect for Evernote

Reflect makes it easy to remember the important stuff in 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,
  "externally_connectable": {
    "matches": [
      "http://localhost:2826/*",
      "http://www.reflectapp.io/*",
      "https://www.reflectapp.io/*"
    ]
  },
  "name": "Reflect for Evernote",
  "description": "Reflect makes it easy to remember the important stuff in your Evernote account",
  "version": "1.0.5",
  "permissions": [
    "tabs",
    "http://localhost:2826/",
    "http://www.reflectapp.io/",
    "https://www.reflectapp.io/",
    "notifications",
    "storage",
    "alarms",
    "background",
    "cookies"
  ],
  "background": {
    "scripts": [
      "jquery-2.1.0.min.js",
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "img/logo.png",
    "default_popup": "popup.html"
  }
}