Days To

Days To

Countdown the number of days left until favourite holidays and events, such as Public holidays, Christmas and Easter, or any date.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "app": {
    "urls": [
      "http://days.to/",
      "http://www.days.to/"
    ],
    "launch": {
      "web_url": "http://days.to/"
    }
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Countdown the number of days left until favourite holidays and events, such as Public holidays, Christmas and Easter, or any date.",
  "name": "Days To",
  "permissions": [
    "geolocation",
    "notifications"
  ],
  "icons": {
    "128": "calendar-icon-128x128.png"
  },
  "manifest_version": 2,
  "version": "0.0.0.2"
}