Online Notepad

Online Notepad

Simple Notepad for text editing, making notes, memos, or just any plain text content.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Online Notepad",
  "version": "1.0",
  "short_name": "Notepad",
  "author": "yoosfuhl.com",
  "description": "Simple Notepad for text editing, making notes, memos, or just any plain text content.",
  "offline_enabled": true,
  "action": {
    "default_title": "Notepad",
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "icon128.png"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+N",
        "windows": "Alt+N",
        "mac": "Alt+N",
        "chromeos": "Alt+N",
        "linux": "Alt+N"
      }
    }
  }
}