Notes on Sidebar Firefox

Examine source code of Notes on Sidebar

By: chung Add-on
Inspect and view changes in Notes on Sidebar source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Sidebar Notes",
  "description": "Displays a sidebar that lets you take notes on web pages.",
  "version": "4.4.0",
  "default_locale": "en_US",
  "author": "chung1905",
  "browser_specific_settings": {
    "gecko": {
      "id": "sidebar-notes@chung1905.github.io",
      "strict_min_version": "115.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "48": "icons/notes-48.png",
    "96": "icons/notes-96.png"
  },
  "sidebar_action": {
    "default_icon": "icons/notes.svg",
    "default_title": "Notes",
    "default_panel": "sidebar/index.html"
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "16": "icons/notes-fill.svg",
      "32": "icons/notes-fill.svg"
    },
    "default_area": "navbar",
    "default_title": "Sidebar Notes"
  },
  "permissions": [
    "contextMenus",
    "storage"
  ],
  "background": {
    "scripts": [
      "storage-sync.js",
      "background.js"
    ]
  },
  "options_ui": {
    "page": "settings/settings.html"
  },
  "commands": {
    "_execute_sidebar_action": {
      "suggested_key": {
        "default": "Alt+Shift+W"
      }
    }
  }
}

Best Notes on Sidebar Alternatives

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