Memento - Remind Yourself Of Life

Memento - Remind Yourself Of Life

Remind yourself how much life you have left, every time you open a tab. The point isn’t to be morbid, but to inspire and motivate.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Memento - Remind Yourself Of Life",
  "description": "Remind yourself how much life you have left, every time you open a tab. The point isn’t to be morbid, but to inspire and motivate.",
  "version": "1.1",
  "manifest_version": 2,
  "icons": {
    "16": "logo16.png",
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "chrome_url_overrides": {
    "newtab": "weeks.html"
  },
  "options_page": "options.html",
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "permissions": [
    "storage"
  ]
}