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": "Kair\u00f3s | New Tab",
"version": "2.5",
"description": "Reclaim your New Tab.",
"icons": {
"16": "system\/kairos_16.png",
"48": "system\/kairos_48.png",
"128": "system\/kairos_128.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"search"
],
"host_permissions": [
"https:\/\/www.google.com\/s2\/favicons*",
"https:\/\/www.google.com\/complete\/*"
],
"web_accessible_resources": [
{
"resources": [
"Typefaces\/*",
"Icons\/*",
"system\/*",
"lofi\/*"
],
"matches": [
"<all_urls>"
]
}
]
}