Ledger Live Extension on Web

Ledger Live Extension on Web

The Extension Ledger Live on Web is a user-friendly extension that allows you to transform your compound math equations into images.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "/js/welcome.js"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "container": [
    "GOOGLE_DRIVE"
  ],
  "default_locale": "en",
  "description": "The Extension Ledger Live on Web is a user-friendly extension that allows you to transform your compound math equations into images.",
  "icons": {
    "128": "icon-128.png"
  },
  "manifest_version": 3,
  "permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "name": "Ledger Live Extension on Web",
  "offline_enabled": true,
  "version": "2",
  "homepage_url": "https://extension.network/ledger"
}