Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Jokes and Smiles - New Tab", "version": "1.28", "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" } }