DoomsDay Algorithm Calculator

DoomsDay Algorithm Calculator

Finding The weekDay of any Date

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "DoomsDay Algorithm Calculator",
  "description": "Finding The weekDay of any Date",
  "version": "1.0",
  "action": {
    "default_popup": "popupFiles/index.html",
    "default_icon": "logo.png"
  }
}