Examine source code of Minitime

Inspect and view changes in Minitime 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": "Minitime",
  "description": "A customizable new tab extension for Chromium browsers",
  "version": "1.3.1",
  "manifest_version": 3,
  "short_name": "Minitime",
  "author": "Ekrem Sonmezer",
  "permissions": [
    "storage",
    "topSites"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "128": "128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}