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": "Better - A Minimalist Homepage",
"description": "A minimalist homepage extension with a todo list feature.",
"version": "1.1",
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"web_accessible_resources": [
{
"resources": [
".\/public\/logo.svg"
],
"matches": [
"<all_urls>"
]
}
],
"incognito": "split",
"host_permissions": [
"http:\/\/suggestqueries.google.com\/*",
"https:\/\/www.google.com\/s2\/*",
"https:\/\/*.gstatic.com\/*"
]
}