New Year Countdown to 2024

New Year Countdown to 2024

A simple Countdown to New Year 2024. Find out how many days until New Year of the year. Use this New Year Countdown timer for free.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "1.0.5",
  "name": "New Year Countdown to 2024",
  "description": "A simple Countdown to New Year 2024. Find out how many days until New Year of the year. Use this New Year Countdown timer for free.",
  "homepage_url": "https://www.newyearcountdown.net/",
  "icons": {
    "16": "icon/icon.png",
    "32": "icon/icon.png",
    "48": "icon/icon.png",
    "128": "icon/icon.png"
  },
  "action": {
    "default_icon": {
      "16": "icon/icon.png",
      "32": "icon/icon.png",
      "48": "icon/icon.png",
      "128": "icon/icon.png"
    }
  },
  "background": {
    "service_worker": "service-worker.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "script.js"
      ]
    }
  ]
}