Mortalitab

Mortalitab

Replace your new tab page with a personal reminder that you will die.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Mortalitab",
  "version": "1.5",
  "description": "Replace your new tab page with a personal reminder that you will die.",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "options_page": "settings.html",
  "icons": {
    "48": "assets/48.png",
    "128": "assets/128.png"
  }
}