Skip to content

Commit 1959733

Browse files
committed
Update README
1 parent 7f1a519 commit 1959733

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Comping
22

3-
> An add-on to accompany your browsing by adding notes on works cached from Sonemic websites (music, movies, video games).
3+
**Comping** is a browser extension that displays ratings from RateYourMusic and Glitchwave as overlay badges on other websites like Spotify, YouTube, and more.
44

5-
**Comping** is a browser extension that displays ratings and reviews from [Sonemic](https://sonemic.com/) family websites (RateYourMusic, Glitchwave) as overlay badges while you browse streaming platforms like Spotify, YouTube, Last.fm, Jellyfin, and more.
5+
⚠️ You have to browse RateYourMusic and Glitchwave pages first to cache the data.
66

77
## Platform Support
88

@@ -23,7 +23,7 @@
2323

2424
## ⚡ Features
2525

26-
- **Automatic caching**: Syncs your ratings from Sonemic websites to browser storage
26+
- **Automatic caching**: Syncs ratings from RateYourMusic and Glitchwave while you browse them in your local storage
2727
- **Color-coded ratings**: Visual gradient from red (low) to green (high)
2828
- **Click-through links**: Click any badge to visit the full review page on the source website
2929

@@ -33,7 +33,7 @@
3333

3434
### 1. Data Collection
3535

36-
Visit any Sonemic website:
36+
Visit any supported website:
3737

3838
- [RateYourMusic](https://rateyourmusic.com) for music and movies
3939
- [Glitchwave](https://glitchwave.com) for video games
@@ -56,7 +56,7 @@ When you visit supported platforms (Spotify, YouTube, etc.), Comping:
5656

5757
Click the Comping icon in your browser toolbar to:
5858

59-
- **Enable/disable data sources**: Choose which Sonemic sites to pull data from
59+
- **Enable/disable data sources**: Choose which data to cache
6060
- **Toggle overlays**: Enable/disable specific platform integrations
6161
- **Refresh cache**: Manually trigger a cache update
6262
- **Export data**: Download your cached ratings as CSV
@@ -83,5 +83,5 @@ Inspired by the jazz tradition of "comping" - providing thoughtful accompaniment
8383

8484
Data sources:
8585

86-
- [Sonemic](https://sonemic.com/) / [RateYourMusic](https://rateyourmusic.com/)
86+
- [RateYourMusic](https://rateyourmusic.com/)
8787
- [Glitchwave](https://glitchwave.com/)

comping/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "Comping",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"description": "An add-on to accompany your browsing by adding notes on works cached from Sonemic websites (music, movies, video games).",
66
"browser_specific_settings": {
77
"gecko": {

0 commit comments

Comments
 (0)