Hour and Minute Converter

Hour and Minute Converter

Converts values between hours (h) and minutes (min).

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Hour and Minute Converter",
  "version": "1.0",
  "description": "Converts values between hours (h) and minutes (min).",
  "icons": {
    "48": "icon.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icon.png"
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}