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 Global Time Tab",
"short_name": "The Global Time Tab",
"version": "1.0.1",
"description": "Stay in sync with the world by setting up multiple clocks of different time zones in new tab.",
"background": {
"service_worker": "background.js"
},
"icons": {
"32": "icons\/32.png",
"64": "icons\/64.png",
"128": "icons\/128.png"
},
"action": {
"browser_style": false,
"default_title": "The Global Time Tab"
},
"chrome_url_overrides": {
"newtab": "new-tab.html"
},
"permissions": [
"storage"
]
}