Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 02, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ZenTab - Minimalist Startpage", "version": "1.3", "description": "A minimalist startpage for your new tab page.", "permissions": [ "storage", "alarms", "background", "identity", "identity.email", "tabs", "topSites", "unlimitedStorage", "search" ], "chrome_url_overrides": { "newtab": "newtab\/index.html" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "libs\/jquery.js", "libs\/moment.js", "content\/content.js" ] } ], "host_permissions": [], "background": { "service_worker": "background\/background.js" }, "options_page": "options\/options.html", "action": { "default_popup": "popup\/popup.html", "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'" } }