Quick Notes Panel Firefox

Examine source code of Quick Notes Panel

Inspect and view changes in Quick Notes Panel source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Quick Notes Panel",
  "short_name": "Quick Notes ",
  "version": "1.0.0",
  "description": "Opens a persistent scratch pad and note-taking panel in the browser side panel",
  "permissions": [
    "sidePanel",
    "storage",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background/service-worker.js"
    ]
  },
  "action": {
    "default_title": "Quick Notes Panel",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "side_panel": {
    "default_path": "panel/panel.html"
  },
  "options_page": "options/options.html",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "quick_note_panel@forgex.aevorn",
      "strict_min_version": "109.0"
    }
  }
}

Best Quick Notes Panel Alternatives

Here are some Firefox add-ons that are similar to Quick Notes Panel: