Jokes and Smiles - New Tab

Jokes and Smiles - New Tab

Bring a smile to your face on every new tab with jokes!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Jokes and Smiles - New Tab",
  "version": "1.26",
  "manifest_version": 3,
  "description": "Bring a smile to your face on every new tab with jokes!",
  "permissions": [
    "tabs",
    "storage"
  ],
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "newTab.html"
  }
}