Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"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"
]
}
]
}