Qwik Jokes

Qwik Jokes

Qwik Jokes 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": "Qwik Jokes",
  "short_name": "Qwik Jokes",
  "version": "1.0.4",
  "description": "Qwik Jokes will show a new joke and put a smile on your face every time you open a new tab to search the web.",
  "icons": {
    "32": "icons/32.png",
    "64": "icons/64.png"
  },
  "author": "Trigvent",
  "action": {
    "browser_style": false,
    "default_title": "Qwik Jokes"
  },
  "chrome_url_overrides": {
    "newtab": "new-tab.html"
  }
}