itsmartashub / GPThemes

GPThemes is a Chrome and Firefox extension designed to improve the visual experience of ChatGPT with customisable accent colours, custom fonts, modern designs and custom chat bubble widths
https://chromewebstore.google.com/detail/gpthemes/bghdlfnkbghekhdadaokecnhkcodfcna
49 stars 5 forks source link

Update notification system to avoid spooky `Read Browser History` #33

Closed itsmartashub closed 4 months ago

itsmartashub commented 4 months ago

Currently, notification system for informing users about new changes and the changelog relies on tabs and notification permissions. However, this approach triggers a Read browser history warning for Chromium users, which is not ideal and can be unsettling for them. As a developer, I want to maintain a peaceful and seamless update experience for our users without causing unnecessary concerns.

To address this issue, I need to explore alternative methods for notifying users about changelogs and updates. One potential solution is to implement a non-intrusive notification system, such as pop-ups or banners, that clearly informs users about the changes without requiring additional permissions or causing privacy concerns.