Be Happy

Be Happy

It will show a new joke and put a smile on your face every time you open a new tab to search the web.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Be Happy",
  "short_name": "Be Happy",
  "version": "1.0.3",
  "description": "It will show a new joke and put a smile on your face every time you open a new tab to search the web.",
  "icons": {
    "64": "icons/128.png"
  },
  "action": {
    "browser_style": false,
    "default_title": "Be Happy"
  },
  "chrome_url_overrides": {
    "newtab": "newTab.html"
  },
  "background": {
    "service_worker": "background/bg-loader.js"
  }
}