Joke Of The Day Extension

Joke Of The Day Extension

Every time you open a new tab, You'll get a new joke!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Joke Of The Day Extension",
  "version": "1.0.3",
  "description": "Every time you open a new tab, You'll get a new joke!",
  "manifest_version": 3,
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "action": {
    "default_popup": "index.html",
    "default_title": "Joke Of The Day",
    "default_icon": "/icons/48.png"
  },
  "icons": {
    "16": "/icons/16.png",
    "48": "/icons/128.png",
    "128": "/icons/48.png"
  }
}