Super Easy Notes!

Super Easy Notes!

Super simple Chrome notes!

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_extName__",
  "short_name": "__MSG_extShortName__",
  "version": "0.0.0.4",
  "default_locale": "en",
  "description": "__MSG_extDesc__",
  "browser_action": {
    "default_icon": {
      "19": "images/browserAction.png",
      "38": "images/browserAction.png"
    },
    "default_title": "__MSG_extDefaultTitle__",
    "default_popup": "app/index.html"
  },
  "permissions": [
    "identity",
    "storage",
    "https://accounts.google.com/",
    "https://www.googleapis.com/",
    "https://ssl.gstatic.com/",
    "https://apis.google.com/"
  ],
  "oauth2": {
    "client_id": "631726187562-0q05ssj1jnk9fnbquojmmdvngas4ar3h.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/drive",
      "https://www.googleapis.com/auth/userinfo.profile"
    ]
  }
}