Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Home - New Tab Page", "description": "A homepage you will fall in love with! Notifications, badges, recently closed tabs, quick notes, calendar and more.", "version": "21.12.15.1", "minimum_chrome_version": "49", "background": { "page": "pages\/background.html" }, "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\/", "http:\/\/*\/*", "https:\/\/*\/*", "<all_urls>", "webNavigation", "storage", "unlimitedStorage", "cookies", "idle", "identity" ], "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 }, { "matches": [ "https:\/\/www.facebook.com\/ajax\/mercury\/threadlist_info.php*" ], "js": [ "3rd-party\/facebook\/facebook_unread.js" ], "run_at": "document_start", "all_frames": true } ], "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/www.homenewtab.com https:\/\/homenewtab.com.s3-website-us-east-1.amazonaws.com https:\/\/www.google-analytics.com https:\/\/apis.google.com\/ https:\/\/searchmake.com https:\/\/connect.facebook.net https:\/\/www.googleadservices.com\/ https:\/\/autocomplete.wunderground.com https:\/\/platform.twitter.com; object-src 'self'", "web_accessible_resources": [ "css\/search_badge.css" ], "oauth2": { "client_id": "1024356103437-t90vgokgf8d7fi0cef1imopvgsh02pvl.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/calendar.readonly" ] }, "offline_enabled": true, "browser_action": { "default_title": "Home - New Tab Page" } }