Notepad List

Notepad List

A handy app for storing and sharing notes online.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Notepad List",
  "description": "A handy app for storing and sharing notes online.",
  "version": "1.0",
  "offline_enabled": false,
  "app": {
    "urls": [
      "http://onlinenotebook.net/"
    ],
    "launch": {
      "web_url": "http://onlinenotebook.net/"
    }
  },
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}