Heap Note

Heap Note

Easy Organizer - notes, tasks, schedule in one place - save time for more important things in your life!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "1.23",
  "manifest_version": 2,
  "container": "GOOGLE_DRIVE",
  "api_console_project_id": "601682916595",
  "icons": {
    "128": "128.png"
  },
  "app": {
    "urls": [
      "http://www.heapnote.com/notepad.html"
    ],
    "launch": {
      "web_url": "http://www.heapnote.com/notepad.html"
    }
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ],
  "default_locale": "en"
}