Serotonin

Serotonin

Simple and lightweight Chrome extension that inspires positivity and productivity.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Serotonin",
  "description": "Simple and lightweight Chrome extension that inspires positivity and productivity.",
  "version": "0.0.0.1",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "content_security_policy": "script-src 'self' https://*.firebaseio.com; object-src 'self'"
}