Examine source code of Logseq Quick Captures

Inspect and view changes in Logseq Quick Captures 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
{
  "manifest_version": 2,
  "name": "Logseq Quick Capture",
  "version": "1.0",
  "description": "Quickly capture the current webpage's URL, title, and selected text to your open Logseq graph.",
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{e752fa5b-97a4-4e0c-9038-4c5aebb0226f}"
    }
  }
}