Freighter

Freighter

Freighter is a non-custodial wallet extension that enables you to sign Stellar transactions via your browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Freighter",
  "version": "5.18.5",
  "version_name": "5.18.5",
  "description": "Freighter is a non-custodial wallet extension that enables you to sign Stellar transactions via your browser.",
  "browser_specific_settings": {
    "gecko": {
      "id": "{3ee0dd4e-8c64-4b92-b539-25718a10f62f}",
      "strict_min_version": "48.0"
    }
  },
  "background": {
    "scripts": [
      "background.min.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.min.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "images/icon16.png",
      "32": "images/icon32.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    }
  },
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "permissions": [
    "storage",
    "alarms"
  ],
  "manifest_version": 2
}