QwikNote

QwikNote

A simple in-browser, offline text editor. Quickly cut, paste, edit, save, print and email text. Has simple HTML code editor/viewer.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "app": {
    "launch": {
      "local_path": "index.htm"
    }
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "A simple in-browser, offline text editor. Quickly cut, paste, edit, save, print and email text. Has simple HTML code editor/viewer.",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "name": "QwikNote",
  "permissions": [
    "contextMenus",
    "storage"
  ],
  "offline_enabled": true,
  "icons": {
    "16": "Img/logo_SimpleScratchPad_7_16.png",
    "128": "Img/logo_SimpleScratchPad_7_128.png"
  },
  "manifest_version": 2,
  "version": "1.1.0.2"
}