Your Life in Weeks

Your Life in Weeks

New tab page that will depress and maybe motivate you

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Your Life in Weeks",
  "description": "New tab page that will depress and maybe motivate you",
  "version": "1.3.2",
  "manifest_version": 2,
  "permissions": [
    "storage"
  ],
  "icons": {
    "128": "icon.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  }
}