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": "AbyTab \u2013 Custom New Tab & Home Page",
"version": "1.1.5.9",
"version_name": "0.0.5.9",
"description": "Turn your new tab into a clean, customizable workspace with bookmarks, widgets, quick actions, and wallpapers to boost productivity.",
"icons": {
"16": "icon-16.png",
"32": "icon-32.png",
"48": "icon-32.png",
"128": "icon-128.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"action": {
"default_popup": "index.html",
"default_icon": {
"16": "icon-32.png",
"48": "icon-128.png"
}
},
"permissions": [
"tabs",
"bookmarks"
]
}