Hearth

Hearth

A clean, minimal, and customizable homepage.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Hearth",
  "version": "0.2.6",
  "description": "A clean, minimal, and customizable homepage.",
  "content_security_policy": "script-src https://www.googletagmanager.com/ 'self'; object-src 'self'",
  "manifest_version": 2,
  "icons": {
    "128": "icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "build/index.html"
  }
}