Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 1.06 KB

README.md

File metadata and controls

19 lines (11 loc) · 1.06 KB

GitHub app badge notification

Chrome extension for showing notifications in a badge when GitHub is installed as a PWA.

GitHub app in taskbar with a notification badge

Setup

  1. Install the extension from Chrome Web Store (not yet available in Chrome Web Store); clone this repo, go to Chrome -> Extensions -> Manage Extensions, enable Developer Mode, click Load Unpacked and select this repo's src folder.
  2. Add GitHub as an app. You can do so by following this guide. Make sure to select the option "open as a window".
  3. Open the app.

Cross-platform support

The badge should work with MacOS, Windows and many phone browsers, however it doesn't work on Linux (apparently). More details here.

Attribution

This codebase is a modified copy of Domenico Gemoli's gmail-app-badge-notification. Many thanks to his work!