Life Countdown

Life Countdown

Remember the time is always ticking. Now you can also have some notes or tasks with the new Textarea feature!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Life Countdown",
  "version": "3",
  "description": "Remember the time is always ticking. Now you can also have some notes or tasks with the new Textarea feature!",
  "author": "Aaron Carrasco",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "icon16.png",
    "128": "icon128.png"
  }
}