QOwnNotes Web Companion Firefox

Examine source code of QOwnNotes Web Companion

Inspect and view changes in QOwnNotes Web Companion source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "QOwnNotes Web Companion",
  "short_name": "qownnotes",
  "description": "__MSG_appDescription__",
  "default_locale": "en",
  "homepage_url": "https://github.com/qownnotes/web-companion",
  "manifest_version": 3,
  "icons": {
    "16": "icons/16x16/apps/QOwnNotes.png",
    "32": "icons/32x32/apps/QOwnNotes.png",
    "48": "icons/48x48/apps/QOwnNotes.png",
    "128": "icons/128x128/apps/QOwnNotes.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "WebCompanion@qownnotes.org",
      "strict_min_version": "109.0"
    }
  },
  "permissions": [
    "tabs",
    "activeTab",
    "contextMenus",
    "storage",
    "bookmarks",
    "scripting"
  ],
  "host_permissions": [
    "*://*/*",
    "<all_urls>"
  ],
  "options_ui": {
    "page": "www/index.html#/options",
    "open_in_tab": false
  },
  "action": {
    "default_icon": "icons/48x48/apps/QOwnNotes.png",
    "default_title": "QOwnNotes",
    "default_popup": "www/index.html#/popup"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Alt+B"
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "css": [
        "assets/content.css"
      ],
      "js": [
        "my-content-script.js"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "*"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "version": "2026.6.1"
}

Best QOwnNotes Web Companion Alternatives

Here are some Firefox add-ons that are similar to QOwnNotes Web Companion: