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",
"name": "New Tab - Cities",
"description": "Explore the finest cities imagery out there right in your new tab.",
"version": "1.2.0",
"manifest_version": 3,
"icons": {
"16": "city_16.png",
"32": "city_32.png",
"64": "city_64.png",
"128": "city_128.png",
"256": "city_256.png",
"512": "city_512.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"storage",
"favicon",
"search"
],
"host_permissions": [
"https:\/\/cities-api.danielcapra.com\/image"
]
}