Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Time Zone Converter - Savvy Time",
"description": "Time zone and local time converter. Compare and convert time between many locations at a time.",
"version": "1.10",
"action": {
"default_popup": "index.html",
"default_icon": {
"16": "public\/images\/logo_16.png",
"24": "public\/images\/logo_24.png",
"32": "public\/images\/logo_32.png",
"48": "public\/images\/logo_48.png",
"128": "public\/images\/logo_128.png"
}
},
"permissions": [
"storage"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"browser_specific_settings": {
"gecko": {
"id": "[email protected]"
}
}
}