Date Calculator

Date Calculator

Date Calculator is an Edge extension that can help you calculate the interval between two dates.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_extName__",
  "description": "__MSG_extDes__",
  "version": "1.0.6",
  "manifest_version": 3,
  "default_locale": "en",
  "icons": {
    "128": "DateCalculator.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Date Calculator",
    "default_icon": {
      "128": "DateCalculator.png"
    }
  },
  "background": {
    "service_worker": "./js/backgroud.js"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}