Memo Notepad

Memo Notepad

A simple and easy place for your thoughts and notes

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "app": {
    "launch": {
      "local_path": "index.html"
    }
  },
  "background": {
    "scripts": [
      "/js/modules/async-1.5.2.min.js",
      "/js/modules/ba-linkify-0.3.min.js",
      "/js/modules/jquery-2.2.3.min.js",
      "/js/modules/jquery.animate-colors.js",
      "/js/modules/moment-1.7.2.js",
      "/js/modules/moment.lang.all-1.7.2.min.js",
      "/js/modules/prefixfree-1.0.7.min.js",
      "/js/modules/underscore-1.8.3.min.js",
      "/js/main.js",
      "/js/app/client.js",
      "/js/app/data.js",
      "/js/app/db.js",
      "/js/app/events.js",
      "/js/app/page.js",
      "/js/app/sync.js",
      "/js/chrome/background.js"
    ],
    "persistent": false
  },
  "content_security_policy": "script-src 'self' https://*.pusher.com/ https://*.stripe.com/ https://www.google.com https://ssl.google-analytics.com; object-src 'self'",
  "description": "A simple and easy place for your thoughts and notes",
  "icons": {
    "16": "img/chrome_icon-16x16.png",
    "48": "img/chrome_icon-48x48.png",
    "128": "img/chrome_icon-128x128.png"
  },
  "manifest_version": 2,
  "name": "Memo Notepad",
  "offline_enabled": true,
  "permissions": [
    "alarms",
    "contextMenus",
    "idle",
    "notifications",
    "storage",
    "unlimitedStorage"
  ],
  "short_name": "Memo",
  "version": "0.3.9"
}