Inspect and view changes in SiYuan-wty source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "__MSG_extension_name__",
"description": "__MSG_extension_description__",
"version": "1.15.5",
"default_locale": "en",
"homepage_url": "https://github.com/siyuan-note/siyuan-firefox",
"browser_specific_settings": {
"gecko": {
"id": "siyuan-firefox@wty80.github.io",
"strict_min_version": "120.0",
"data_collection_permissions": {
"description": "No data is collected. All data is stored on a device fully controlled by the user.",
"required": [
"none"
]
}
}
},
"permissions": [
"contextMenus",
"storage"
],
"host_permissions": [
"*://*/*"
],
"background": {
"scripts": [
"lib/siyuan-storage-defaults.js",
"lib/siyuan-api.js",
"background.js"
]
},
"content_scripts": [
{
"run_at": "document_start",
"matches": [
"<all_urls>"
],
"js": [
"lib/siyuan-storage-defaults.js",
"lib/siyuan-i18n.js",
"content.js",
"lib/Readability.js"
]
}
],
"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"
},
"options_page": "options.html",
"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>"
]
}
]
} Best SiYuan-wty Alternatives
Here are some Firefox add-ons that are similar to SiYuan-wty: