Life Is Too Short

Life Is Too Short

Replace new tab page with Life Is Too Short.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "persistent": false,
    "scripts": [
      "js/background.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "dashboard.html"
  },
  "permissions": [
    "management",
    "storage"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://cdn.segment.com https://www.google-analytics.com; object-src 'self' ",
  "description": "Replace new tab page with Life Is Too Short.",
  "manifest_version": 2,
  "name": "Life Is Too Short",
  "offline_enabled": true,
  "version": "0.3.3"
}