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": "Home - New Tab Page | ChatGPT search with GPT-4o AI answers", "description": "A homepage you will fall in love with! Notifications, badges, recent tabs, quick notes, calendar and more. AI search ChatGPT GPT-4o.", "version": "24.12.10.1", "minimum_chrome_version": "120", "background": { "service_worker": "js\/service_worker.js" }, "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icons\/home\/home16.png", "32": "icons\/home\/home32.png", "48": "icons\/home.png", "128": "icons\/home.png" }, "permissions": [ "bookmarks", "tabs", "management", "notifications", "chrome:\/\/favicon\/", "webNavigation", "storage", "unlimitedStorage", "cookies", "idle", "identity", "offscreen", "alarms", "favicon" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "<all_urls>" ], "optional_permissions": [ "history" ], "content_scripts": [ { "matches": [ "http:\/\/www.homenewtab.com\/*", "https:\/\/www.homenewtab.com\/*" ], "js": [ "js\/content_script.js" ], "run_at": "document_start", "all_frames": true }, { "matches": [ "*:\/\/*.homenewtabsearch.com\/*", "*:\/\/homenewtabsearch.com.s3-website-us-east-1.amazonaws.com\/*" ], "js": [ "js\/search\/search_content_script.js" ], "run_at": "document_start", "all_frames": true } ], "manifest_version": 3, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; frame-src https:\/\/*.facebook.com https:\/\/*.twitter.com" }, "web_accessible_resources": [ { "resources": [ "css\/search_badge.css" ], "matches": [ "<all_urls>" ] }, { "resources": [ "_favicon\/*" ], "matches": [ "<all_urls>" ], "extension_ids": [ "*" ] } ], "oauth2": { "client_id": "1024356103437-t90vgokgf8d7fi0cef1imopvgsh02pvl.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/calendar.readonly" ] }, "offline_enabled": true, "action": { "default_title": "Home - New Tab Page" } }