Military Time Converter

Military Time Converter

We have provided most popular Military Time Converter – 24 hour clock converter, standard time to military time conversion.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Military Time Converter",
  "description": "We have provided most popular Military Time Converter – 24 hour clock converter, standard time to military time conversion.",
  "version": "1.0",
  "browser_action": {
    "default_icon": "images/icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/icon.png",
    "32": "images/icon.png",
    "48": "images/icon.png",
    "128": "images/icon.png"
  }
}