Introducing the "Dad Jokes" Chrome extension - your daily dose of humor while browsing. Elevate your new tab experience with…
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Dad Jokes",
"version": "0.0.1",
"manifest_version": 3,
"action": {
"default_popup": "popup.html",
"default_icon": "logo.png"
},
"icons": {
"128": "logo.png"
}
}