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 19, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "apps\/common\/jquery.min.js" ] }, "browser_action": { "default_icon": "apps\/images\/logo-64.png", "default_popup": "apps\/html\/popup.html", "default_title": "Home tab for Kickstart" }, "icons": { "16": "apps\/images\/logo-16.png", "48": "apps\/images\/logo-48.png", "128": "apps\/images\/logo-128.png" }, "chrome_url_overrides": { "newtab": "apps\/html\/main.html" }, "content_scripts": [ { "all_frames": false, "css": [ "apps\/css\/bootstrap.min.css" ], "js": [ "apps\/common\/jquery.min.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "content_security_policy": "script-src https:\/\/ssl.google-analytics.com 'self' 'unsafe-eval'; object-src 'self'", "description": "Home tab for Kickstart", "manifest_version": 2, "name": "Home tab for Kickstart", "omnibox": { "keyword": "product" }, "options_page": "apps\/html\/option.html", "permissions": [ "*:\/\/www.producthunt.com\/*", "webRequestBlocking", "storage", "webRequest", "tabs" ], "version": "1.0.2" }