Temple Wallet Firefox

Examine source code of Temple Wallet

Inspect and view changes in Temple Wallet source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "version": "1.36.2",
  "name": "Temple - Tezos Wallet",
  "short_name": "Temple - Tezos Wallet",
  "icons": {
    "16": "misc/icon-16.png",
    "19": "misc/icon-19.png",
    "38": "misc/icon-38.png",
    "128": "misc/icon-128.png"
  },
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "homepage_url": "https://github.com/madfish-solutions/templewallet-extension",
  "author": "https://madfish.solutions",
  "applications": {
    "gecko": {
      "id": "{34ac229e-1cf5-4e4c-8a77-988155c4360f}"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "http://localhost/*",
        "http://127.0.0.1/*",
        "https://*/*"
      ],
      "js": [
        "scripts/contentScript.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    },
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "exclude_matches": [
        "http://localhost/*"
      ],
      "js": [
        "scripts/replaceAds.js",
        "scripts/replaceReferrals.js"
      ],
      "run_at": "document_start",
      "all_frames": false
    }
  ],
  "permissions": [
    "storage",
    "unlimitedStorage",
    "clipboardWrite",
    "activeTab",
    "http://localhost:8732/"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' blob:; object-src 'self'",
  "web_accessible_resources": [
    "scripts/*.chunk.js",
    "scripts/*.embed.js",
    "fullpage.html",
    "misc/ad-banners/*",
    "iframes/ads-stack.html",
    "iframes/persona-ad.html"
  ],
  "browser_action": {
    "default_title": "Temple - Tezos Wallet",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "misc/icon-16.png",
      "19": "misc/icon-19.png",
      "38": "misc/icon-38.png",
      "128": "misc/icon-128.png"
    },
    "browser_style": false
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "background/index.js"
    ]
  }
}

Best Temple Wallet Alternatives

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