Inspect and view changes in Logseq Quick Capture Plus source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "Logseq Quick Capture",
"version": "0.2.10",
"description": "Quick capture from Chrome to Logseq",
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"manifest_version": 2,
"author": "hkgnp",
"browser_action": {
"default_popup": "src/index.html",
"default_title": "Logseq Quick Capture"
},
"options_page": "src/options.html",
"permissions": [
"scripting",
"activeTab",
"storage"
],
"browser_specific_settings": {
"gecko": {
"id": "{26b903ce-93e9-44ab-ad44-58cb33b42c5a}"
}
}
}