Open Issues Need Help
View All on GitHubAI Summary: Debug and fix the broken Google Sign-In functionality in the React frontend of the Askage Chrome extension. The solution should involve modifying the `background.js` file and the `googleLogin()` function in `LoginScreen.jsx`, potentially adjusting the `oauth2` configuration in `manifest.json` (using a dummy client ID for submission). The focus is solely on implementing a working login, avoiding unnecessary features.
Minimalist, context-aware chat extension for Chrome that enhances any webpage.
AI Summary: Implement a singleton MongoDB handler class in Python that connects to a local MongoDB server, ensures only one instance exists, and provides a global variable 'db' referencing the 'askage' database. This involves modifying the existing `MongoHandler` class in `db_handler.py`.
Minimalist, context-aware chat extension for Chrome that enhances any webpage.