Notes & Todos Sidebar Firefox

Examine source code of Notes & Todos Sidebar

Inspect and view changes in Notes & Todos Sidebar source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Notes & Todos Sidebar",
  "version": "0.1.1",
  "description": "Simple Markdown notes and expandable todo lists in the Firefox sidebar or a full extension page.",
  "author": "Crealivity",
  "homepage_url": "https://crealivity.eu/",
  "browser_specific_settings": {
    "gecko": {
      "id": "notes-todos-sidebar@crealivity.eu",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "personalCommunications"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "https://api.openai.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "sidebar_action": {
    "default_title": "Notes & Todos Sidebar",
    "default_panel": "sidebar.html"
  },
  "action": {
    "default_title": "Notes & Todos Sidebar",
    "default_popup": "sidebar.html"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "icons": {
    "48": "icon.svg",
    "96": "icon.svg"
  }
}

Best Notes & Todos Sidebar Alternatives

Here are some Firefox add-ons that are similar to Notes & Todos Sidebar: