GitHub Light Navbar

GitHub Light Navbar

Brings back the old navbar.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "GitHub Light Navbar",
  "version": "1.8.0",
  "description": "Brings back the old navbar.",
  "homepage_url": "https://github.com/stefansundin/github-light-navbar",
  "author": "Stefan Sundin",
  "icons": {
    "128": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*",
        "https://gist.github.com/*"
      ],
      "css": [
        "github.css"
      ]
    }
  ]
}