MoneyLens Firefox

Examine source code of MoneyLens

By: Artllex Add-on
Inspect and view changes in MoneyLens source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "version": "1.1.4",
  "description": "__MSG_extensionDescription__",
  "default_locale": "en",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://api.nbp.pl/*",
    "https://api.frankfurter.dev/*",
    "https://api.coinbase.com/*"
  ],
  "background": {
    "scripts": [
      "shared/i18n.js",
      "shared/crypto.js",
      "shared/settings.js",
      "background.js"
    ]
  },
  "action": {
    "default_title": "__MSG_actionTitle__",
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    }
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "shared/i18n.js",
        "shared/aliases.js",
        "shared/crypto.js",
        "shared/settings.js",
        "content/content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "64": "icons/icon-64.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png",
    "256": "icons/icon-256.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{8b119e07-4c8a-4c2f-93bc-9ff4cc92cbaa}",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "author": "Arkadiusz Pajda",
  "developer": {
    "name": "Arkadiusz Pajda"
  }
}

Best MoneyLens Alternatives

Here are some Firefox add-ons that are similar to MoneyLens: