#HolidayFeeling Countdown

#HolidayFeeling Countdown

Watch the days to your holiday countdown each time you open up a new window with our handy countdown extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "#HolidayFeeling Countdown",
  "short_name": "HolidayFeeling",
  "description": "Watch the days to your holiday countdown each time you open up a new window with our handy countdown extension",
  "version": "1.0.1",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  }
}