Examine source code of Notepad Online

Inspect and view changes in Notepad Online source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Notepad Online",
  "version": "2.0.2",
  "description": "A simple online notepad that can sync between devices, edit notes as text and HTML, save notes to your computer and more.",
  "permissions": [
    "contextMenus",
    "storage",
    "unlimitedStorage",
    "downloads"
  ],
  "icons": {
    "128": "icon128.png"
  },
  "action": {
    "default_icon": "icon128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "options_page": "options.html",
  "manifest_version": 3
}