Dad Joke New Tab

Dad Joke New Tab

Get a new side-splitting dad joke every time you open a new tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Dad Joke New Tab",
  "version": "3.0",
  "manifest_version": 3,
  "description": "Get a new side-splitting dad joke every time you open a new tab",
  "icons": {
    "16": "icons/dad-joke-16.png",
    "32": "icons/dad-joke-32.png",
    "64": "icons/dad-joke-64.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}