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 - Global Time Buddy",
"version": "1.1.1",
"manifest_version": 3,
"description": "GTB is your all-in-one world time zone converter and global clock.",
"icons": {
"16": "icon16.png",
"32": "icon48.png",
"48": "icon48.png",
"128": "icon128.png"
},
"action": {
"default_icon": {
"16": "icon16.png",
"32": "icon48.png",
"48": "icon48.png",
"128": "icon128.png"
},
"default_title": "Time Zone Converter - Global Time Buddy"
},
"side_panel": {
"default_path": "index.html"
},
"background": {
"service_worker": "service-worker.js"
},
"permissions": [
"sidePanel"
]
}