Very Simple Notepad Firefox

Examine source code of Very Simple Notepad

Inspect and view changes in Very Simple Notepad source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Simple Notepad",
  "description": "Simple notepad extension that saves what you jot down",
  "version": "1.0",
  "icons": {
    "19": "imgs/icon19.png",
    "48": "imgs/icon48.png",
    "128": "imgs/icon128.png"
  },
  "browser_action": {
    "default_icon": "imgs/icon19.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "popup.js"
    ]
  },
  "permissions": [
    "activeTab",
    "storage"
  ]
}

Best Very Simple Notepad Alternatives

Here are some Firefox add-ons that are similar to Very Simple Notepad: