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": "The World Tab",
"short_name": "World Tab",
"version": "1.0.0",
"description": "Stay informed about the present time and date across the globe",
"icons": {
"32": "icons\/32.png",
"64": "icons\/64.png",
"128": "icons\/128.png"
},
"action": {
"browser_style": false,
"default_title": "The World Tab"
},
"chrome_url_overrides": {
"newtab": "index.html"
}
}