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",
"manifest_version": 3,
"name": "Newt - A Better New Tab",
"short_name": "Newt",
"author": "Nothing Special",
"description": "A replacement for Google Chrome's 'new tab' page that lets you easily access your favorite bookmarks, apps, and more.",
"version": "5.7.1",
"icons": {
"16": "assets\/icon-16.png",
"24": "assets\/icon-24.png",
"32": "assets\/icon-32.png",
"48": "assets\/icon-48.png",
"64": "assets\/icon-64.png",
"128": "assets\/icon-128.png",
"256": "assets\/icon-256.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"options_page": "options_page\/options.html",
"background": {
"service_worker": "js\/background.js"
},
"permissions": [
"bookmarks",
"management",
"topSites",
"sessions",
"contextMenus",
"storage",
"favicon"
],
"optional_permissions": [
"tabs"
],
"web_accessible_resources": [
{
"resources": [
"_favicon\/*"
],
"matches": [
"<all_urls>"
],
"extension_ids": [
"*"
]
}
]
}