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": "Time Zone Converter",
"version": "0.0.2",
"description": "Get current time and local time zone. Convert time between 230 time zones.",
"manifest_version": 3,
"author": "William Pan",
"action": {
"default_popup": "index.html",
"default_title": "Time Zone Converter"
},
"icons": {
"16": "clock16.png",
"32": "clock32.png",
"48": "clock48.png",
"128": "clock128.png"
}
}