Memento Mori Life Calendar

Memento Mori Life Calendar

The calendar was designed as a tool to help you harness the concept of Memento Mori by visualizing your life week by week.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Memento Mori Life Calendar",
  "version": "1.0.1",
  "description": "The calendar was designed as a tool to help you harness the concept of Memento Mori by visualizing your life week by week.",
  "manifest_version": 3,
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "tabs"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  }
}