Simple Notes v1 Firefox

Examine source code of Simple Notes v1

Inspect and view changes in Simple Notes v1 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Simple Notes",
  "version": "1.0",
  "description": "A simple note-taking tool with basic features.",
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "background": {
    "scripts": [
      "popup.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{3e7b2012-c7b9-4019-b498-c027e5ff23fd}"
    }
  }
}

Best Simple Notes v1 Alternatives

Here are some Firefox add-ons that are similar to Simple Notes v1: