思源(SiYuan) - 移植版 Firefox

Examine source code of 思源(SiYuan) - 移植版

By: zher52 Add-on
Inspect and view changes in 思源(SiYuan) - 移植版 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "minimum_chrome_version": "91",
  "homepage_url": "https://github.com/zher52/siyuan-firefox.git",
  "default_locale": "en",
  "action": {
    "default_title": "SiYuan",
    "default_popup": "options.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "lib/siyuan-storage-defaults.js",
        "lib/siyuan-i18n.js",
        "content.js",
        "lib/Readability.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "data_collection_permissions": [],
  "permissions": [
    "contextMenus",
    "storage",
    "commands"
  ],
  "commands": {
    "copy-to-siyuan": {
      "suggested_key": {
        "default": "Ctrl+Shift+C",
        "mac": "Command+Shift+C"
      },
      "description": "__MSG_command_copy_to_siyuan__"
    },
    "send-to-siyuan": {
      "suggested_key": {
        "default": "Ctrl+Shift+S",
        "mac": "Command+Shift+S"
      },
      "description": "__MSG_command_send_to_siyuan__"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "lib/mathjax.js",
        "_locales/*/messages.json"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "siyuan-extension@zher52.cn"
    },
    "gecko_android": {
      "strict_min_version": "112.0"
    }
  },
  "name": "__MSG_extension_name__",
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "description": "__MSG_extension_description__",
  "version": "1.15.9"
}

Best 思源(SiYuan) - 移植版 Alternatives

Here are some Firefox add-ons that are similar to 思源(SiYuan) - 移植版: