Memento mori

Memento mori

Memento mori - show a life calendar as the 'New tab' page in Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Memento mori",
  "version": "1.0.1",
  "manifest_version": 2,
  "description": "Memento mori - show a life calendar as the 'New tab' page in Chrome",
  "permissions": [
    "storage"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "options_page": "index.html?page=options",
  "icons": {
    "128": "memento-mori-128x128.png",
    "256": "memento-mori-256x256.png",
    "512": "memento-mori-512x512.png"
  }
}