Miro is an open-source Chrome extension that notifies users when ChatGPT has finished generating a response.
- Real-time Notifications: Get notified instantly when ChatGPT completes its response.
- Open Source: Miro is fully open-source, allowing developers to contribute and improve the extension.
To set up Miro locally, follow these steps:
-
Clone the Repository:
git clone https://github.com/Shailendra1703/Miro.git cd miro
-
Directory Structure: Ensure that your directory contains the following files:
miro/ ├── background.js ├── content.js ├── manifest.json └── README.md └── popup.html
To install Miro in your Chrome browser, follow these steps:
- Open Chrome.
- Go to
chrome://extensions/
. - Enable Developer mode by toggling the switch in the top right corner.
- Click on Load unpacked.
- Select the directory where you cloned Miro.
- The extension should now be visible in your list of extensions.
Miro requires the following permissions:
activeTab
: To interact with the currently active tab.notifications
: To send desktop notifications when a response is complete.
Contributions to Miro are welcome! If you would like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Commit your changes.
- Push to your branch and open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
- Thanks to the contributors of the open-source community for their continued support and improvements.
- Special thanks to OpenAI for developing ChatGPT.