Examine source code of Timezone Converter App — World Time Difference Calculator

Inspect and view changes in Timezone Converter App — World Time Difference Calculator 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": "Timezone Converter App — 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"
  }
}