Examine source code of New Tab Gitlab Dashboard

Inspect and view changes in New Tab Gitlab Dashboard 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": "New Tab Gitlab Dashboard",
  "version": "0.0.5",
  "description": "A customizable Gitlab dashboard. Monitor multiple projects issues, pipelines, merge requests and more every time you open a browser.",
  "permissions": [
    "storage"
  ],
  "side_panel": {
    "default_path": "src/pages/sidepanel/index.html"
  },
  "options_page": "src/pages/options/index.html",
  "action": {
    "default_popup": "src/pages/popup/index.html",
    "default_icon": "icon-34.png"
  },
  "chrome_url_overrides": {
    "newtab": "src/pages/newtab/index.html"
  },
  "icons": {
    "128": "icon-128.png"
  }
}