From 484191a97440123013bac7c657eecbec94bfe446 Mon Sep 17 00:00:00 2001 From: David Keane Date: Tue, 9 Jun 2026 00:53:55 +0100 Subject: [PATCH] fix: trim manifest description to 124 chars (Chrome Web Store 132 cap) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Chrome Web Store enforces a 132-character limit on the manifest description field. The v0.3.0 description was 195 chars and got rejected on upload. Trimmed to the same wording as the listing short description in WEB_STORE_SUBMISSION.md §2. The longer 1500-char marketing description still lives in §3 of the submission notes and goes in the Dashboard's 'Detailed description' field at listing time. --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 791b9ae..9fd67df 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "RangerHQ Tuner", "version": "0.3.0", - "description": "Lightweight indie internet radio player. Plays SomaFM in your toolbar, logs the tracks you hear, and gives you one-click search links to Spotify, YouTube, Apple Music, and Bandcamp. No telemetry.", + "description": "Lightweight SomaFM radio player. Logs what plays. One-click search to Spotify, YouTube, Apple Music, Bandcamp. No telemetry.", "author": "David Keane", "homepage_url": "https://davidtkeane.com/rangerhq-tuner", "icons": {