You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Chrome extension allows users to subscribe to repositories for push and pull request notifications.
4
4
Note: Intially this was a complete extension but later on this push notification service has been migrated from the extension to the web due to new Chrome Manifest V3 restrictions that do not support non-Google authentication logins.
@@ -8,6 +8,12 @@ Note: Intially this was a complete extension but later on this push notification
8
8
- Subscribe to repositories to receive notifications for push and pull requests.
9
9
- Integrated with GitHub API for real-time updates.
10
10
- Built with Vite React, Node.js with Express, and TypeScript.
0 commit comments