Examine source code of BMI Buddy - Companion in managing your BMI

Inspect and view changes in BMI Buddy - Companion in managing your BMI source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 3,
  "name": "BMI Buddy - Companion in managing your BMI",
  "version": "0.1",
  "action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "description": "Based on your input, the app calculates your BMI and provides you with a clear understanding of where you stand on the BMI scale.",
  "icons": {
    "128": "icon.png"
  },
  "content_security_policy": {
    "extension_page": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
  },
  "permissions": [
    "storage"
  ],
  "short_name": "BMI Buddy",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}