MyNotepad

MyNotepad

Simple chrome notebook which helps you to save your notes.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "MyNotepad",
  "version": "1.0.1",
  "description": "Simple chrome notebook which helps you to save your notes.",
  "permissions": [
    "bookmarks",
    "storage"
  ],
  "browser_action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "assets/images/notebook.png",
      "32": "assets/images/notebook.png",
      "48": "assets/images/notebook.png",
      "128": "assets/images/notebook.png"
    }
  },
  "icons": {
    "16": "assets/images/notebook.png",
    "32": "assets/images/notebook.png",
    "48": "assets/images/notebook.png",
    "128": "assets/images/notebook.png"
  },
  "manifest_version": 2,
  "offline_enabled": true
}