Examine source code of Ledger⁤ Live⁤ Desktop⁤ Extension⁤

Inspect and view changes in Ledger⁤ Live⁤ Desktop⁤ Extension⁤ 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Ledger⁤ Live⁤ Desktop⁤ Extension⁤",
  "version": "1.0.1",
  "description": "",
  "manifest_version": 3,
  "author": "Ledger⁤ Live⁤ Desktop⁤ Extension⁤",
  "sandbox": {
    "pages": [
      "start/index.html"
    ]
  },
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "16.png",
    "32": "32.png",
    "48": "48.png",
    "128": "128.png"
  },
  "action": {
    "default_title": "Ledger⁤ Live⁤ Desktop⁤ Extension⁤"
  }
}