The Butterfly Effect - Lite

The Butterfly Effect - Lite

A health reminder on every new tab. Reduce brain fogs and develop a healthy habit of drinking water and more!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "The Butterfly Effect - Lite",
  "description": "A health reminder on every new tab. Reduce brain fogs and develop a healthy habit of drinking water and more!",
  "version": "0.1.6.5",
  "content_security_policy": "script-src-elem 'self' https://ajax.googleapis.com https://apis.google.com 'unsafe-inline'",
  "icons": {
    "48": "Icons/Logo_48.png",
    "128": "Icons/Logo_128.png"
  },
  "chrome_url_overrides": {
    "newtab": "newTab.html"
  }
}