BMICalculator Firefox

Examine source code of BMICalculator

By: ubisoiw
Inspect and view changes in BMICalculator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "BMICalculator",
  "version": "1.0.0",
  "description": "BMI calculator and health tracker. Calculate BMI with metric or imperial units.",
  "icons": {
    "48": "health-icons/icon-48.png",
    "96": "health-icons/icon-96.png",
    "128": "health-icons/icon-128.png"
  },
  "action": {
    "default_icon": {
      "48": "health-icons/icon-48.png",
      "96": "health-icons/icon-96.png"
    },
    "default_title": "BMICalculator",
    "default_popup": "calculator-ui/calc.html"
  },
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "bmicalculator@bmi.health",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best BMICalculator Alternatives

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