Internet Explorer Countdown Timer

Internet Explorer Countdown Timer

A countdown timer to the fall of the infamous legacy browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Internet Explorer Countdown Timer",
  "version": "0.0.0.2",
  "description": "A countdown timer to the fall of the infamous legacy browser.",
  "author": "Haio",
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Internet Explorer Countdown Timer by Haio"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2
}