Inspect and view changes in Time Zone Converter - Savvy Time source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"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.9.2",
"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": "yuriy@savvytime.com"
}
}
}