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": "Timezone Converter App \u2014 World Time Difference Calculator",
"description": "Timezone Converter App is a simple and efficient Chrome extension that helps you instantly convert time across different time zones",
"version": "1.0.3",
"action": {
"default_popup": "index.html"
},
"permissions": [
"storage"
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"icons": {
"16": "src\/assets\/icons\/time16.png"
}
}