Browser 24-Hour Time Format

Browser 24-Hour Time Format

Displays time as 24-Hour instead of am/pm for websites. The default and only page this extension changes is

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Whatsapp 24-Hour Time Format",
  "description": "Displays time as 24-Hour instead of am/pm",
  "homepage_url": "https://github.com/MathijsNL/WhatsappTime",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "manifest_version": 2,
  "version": "0.7",
  "content_scripts": [
    {
      "matches": [
        "*://web.whatsapp.com/*"
      ],
      "js": [
        "whatsapptime.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{9abbc987-06a6-469c-b81f-18abe786274d}"
    }
  }
}