Relaxing New Tab

Relaxing New Tab

New Tab For a Peace of Mind

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Relaxing New Tab",
  "version": "1.0",
  "description": "New Tab For a Peace of Mind",
  "icons": {
    "128": "images/icon-128.png"
  },
  "chrome_url_overrides": {
    "newtab": "new_tab.html"
  },
  "update_url": "https://clients2.google.com/service/update2/crx"
}