Examine source code of uTiCh - Time Viewer and UNIX time generator

Inspect and view changes in uTiCh - Time Viewer and UNIX time generator 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
{
  "name": "uTiCh - Time Viewer and UNIX time generator",
  "version": "2.0",
  "manifest_version": 2,
  "description": "Check UTC Time and Local Time Offset. Generate and convert Epoch/UNIX timestamp",
  "browser_action": {
    "default_icon": "uTiCh.png",
    "default_title": "uTimeChecker",
    "default_popup": "timer.htm"
  },
  "web_accessible_resources": [
    "findtimer.js",
    "content.js"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "permissions": [],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}