How Many Days Until?

How Many Days Until?

Find out how many days until a date. Count down all the days until the date with a personalized countdown clock.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "How Many Days Until?",
  "description": "Find out how many days until a date. Count down all the days until the date with a personalized countdown clock.",
  "browser_action": {
    "default_icon": {
      "38": "icon.png"
    },
    "default_title": "How many days until?",
    "default_popup": "labnol.html"
  },
  "manifest_version": 2,
  "update_url": "http://clients2.google.com/service/update2/crx",
  "content_security_policy": "script-src 'self' https://www.google.com; object-src 'self'",
  "version": "2.0"
}