Cardano Dev Wallet Firefox

Examine source code of Cardano Dev Wallet

By: MLabs
Inspect and view changes in Cardano Dev Wallet source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Cardano Dev Wallet",
  "author": "chrome-web-store@mlabs.city",
  "description": "A wallet webextension for Cardano, with features that help development of dApps",
  "homepage_url": "https://github.com/mlabs-haskell/cardano-dev-wallet/",
  "version": "1.4.0",
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start",
      "js": [
        "./content-script/trampoline.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "content-script/index.js",
        "/*.wasm"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "background": {
    "scripts": [
      "./background/background.js"
    ]
  },
  "action": {
    "default_popup": "./popup/trampoline.html",
    "default_title": "Open the popup"
  },
  "permissions": [
    "storage"
  ],
  "icons": {
    "72": "public/icon-72x72.png",
    "96": "public/icon-96x96.png",
    "128": "public/icon-128x128.png",
    "256": "public/icon-256x256.png",
    "512": "public/icon-512x512.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "cardano-dev-wallet@mlabs.city",
      "strict_min_version": "109.0"
    }
  }
}

Best Cardano Dev Wallet Alternatives

Here are some Firefox add-ons that are similar to Cardano Dev Wallet: