Lifecalendar Extension

Lifecalendar Extension

This extension lets you gain perspective about your life every time you open a new tab in Chrome. The goal is to help you be…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "Lifecalendar",
  "name": "Lifecalendar Extension",
  "manifest_version": 2,
  "icons": {
    "16": "favicon16.png",
    "48": "favicon48.png",
    "128": "favicon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com/ga.js; object-src 'self'",
  "version": "0.1.0"
}