Examine source code of GitStats - New Tab

Inspect and view changes in GitStats - New Tab 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": "GitStats - New Tab",
  "version": "1.0.3",
  "description": "Displays GitHub contribution history stats.",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "storage",
    "identity"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "oauth2": {
    "client_id": "Ov23liyiWGmrVO2XXZV6",
    "scopes": [
      "repo",
      "user"
    ]
  },
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "host_permissions": [
    "https://github.com/*",
    "https://dgfgblmnoegfkiamligbkmmikjomhpcj.chromiumapp.org/*",
    "https://hdgacnldndjfedeeealppcgipcjonokn.chromiumapp.org/*",
    "https://ohjdeanplaknchlbdgdnhhkbpidglmcc.chromiumapp.org/*",
    "https://us-central1-abmakers-b682c.cloudfunctions.net/*"
  ]
}