SCs Currency Converter Firefox

Examine source code of SCs Currency Converter

Inspect and view changes in SCs Currency Converter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SCs Currency Converter",
  "description": "Convert US Dollar, British Pound Sterling and Euro prices to a user set currency",
  "version": "1.2.2",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "64": "icons/icon64.png"
  },
  "applications": {
    "gecko": {
      "id": "scscurrencyconverter@sarics",
      "strict_min_version": "60.0"
    }
  },
  "permissions": [
    "https://*/*",
    "storage",
    "notifications",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/content.js"
      ]
    }
  ],
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png"
    },
    "default_title": "SCs Currency Converter",
    "default_popup": "popup/popup.html"
  },
  "options_ui": {
    "browser_style": true,
    "open_in_tab": true,
    "page": "options/options.html"
  }
}

Best SCs Currency Converter Alternatives

Here are some Firefox add-ons that are similar to SCs Currency Converter: