Notebook

Notebook

Simple notebook

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "description": "__MSG_desc__",
  "version": "5",
  "manifest_version": 2,
  "app": {
    "launch": {
      "local_path": "index.html"
    }
  },
  "permissions": [
    "storage"
  ],
  "default_locale": "en",
  "icons": {
    "16": "img/notebook_16.png",
    "128": "img/notebook.png"
  }
}