CyberNotes Sidebar Firefox

Examine source code of CyberNotes Sidebar

Inspect and view changes in CyberNotes Sidebar source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "CyberNotes Sidebar",
  "version": "0.3.0",
  "description": "Capture research, review notes, and stay in sync with your CyberNotes workspace from a Firefox sidebar.",
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "contextMenus",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "area-selection.js",
        "text-selection.js",
        "code-block.js",
        "code-outline.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [],
  "sidebar_action": {
    "default_title": "CyberNotes",
    "default_panel": "index.html",
    "default_icon": "icons/icon-32.svg"
  },
  "action": {
    "default_title": "Open CyberNotes Sidebar",
    "default_icon": {
      "16": "icons/icon-16.svg",
      "32": "icons/icon-32.svg"
    }
  },
  "icons": {
    "16": "icons/icon-16.svg",
    "32": "icons/icon-32.svg",
    "48": "icons/icon-48.svg",
    "128": "icons/icon-128.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "cybernotes-sidebar@0xbasinas",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}

Best CyberNotes Sidebar Alternatives

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