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",
"manifest_version": 3,
"name": "Mac New Tab",
"version": "1.39.1",
"description": "A Simple New Tab (browser's home page) inspired by Mac OS design.",
"permissions": [
"topSites",
"search",
"storage",
"tabs",
"favicon"
],
"optional_permissions": [
"bookmarks",
"identity"
],
"oauth2": {
"client_id": "685848442779-4e9huot0iuj65g65ii7mdb2g855p3eea.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/calendar.readonly",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile",
"https:\/\/www.googleapis.com\/auth\/userinfo.email"
]
},
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "logo_16.png",
"32": "logo_32.png",
"48": "logo_48.png",
"128": "logo_128.png"
},
"action": {
"default_icon": {
"16": "logo_16.png",
"32": "logo_32.png",
"48": "logo_48.png",
"128": "logo_128.png"
}
},
"chrome_url_overrides": {
"newtab": "index.html"
}
}