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": "Zonely \u2013 Time Zone Converter by City & Country",
"version": "1.0.0",
"description": "Convert time zones by typing any city, state, or country. Instantly compare times across locations without knowing time zones.",
"action": {
"default_title": "Zonely",
"default_popup": "popup.html"
},
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/api.geoapify.com\/*",
"https:\/\/api.timezonedb.com\/*"
],
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png",
"512": "icons\/icon512.png"
}
}