Inspect and view changes in JokesOnNew source codes across current and past versions
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",
"chrome_url_overrides": {
"newtab": "index.html"
},
"action": {
"default_icon": "icons/128.png",
"default_title": "JokesOnNew"
},
"background": {
"service_worker": "background.js"
},
"description": "Lighten up your mood with a joke every time you open a new tab!",
"icons": {
"128": "icons/128.png"
},
"manifest_version": 3,
"name": "JokesOnNew",
"version": "1.0.0",
"web_accessible_resources": [
{
"resources": [
"icons/*.svg"
],
"matches": [
"http://*/*",
"https://*/*"
]
}
],
"host_permissions": [
"*://*.jokesonnew.com/*",
"*://*.appspot.com/*"
]
}