From 6e8f671360366c37f24501f78a741307ac61073f Mon Sep 17 00:00:00 2001 From: Jared Scott Date: Mon, 3 Aug 2026 14:03:04 +0800 Subject: [PATCH 1/2] chore(store): refresh extension description and add homepage_url The manifest and package descriptions still read 'A simple, sync-able text pad similar to Write Space', which predates the 3.0 markdown editor. The store listing tagline comes from the manifest description, so this brings all three surfaces in line with the README on the next publish. homepage_url points the store listing at the repository. Co-Authored-By: Claude Fable 5 Signed-off-by: Jared Scott --- package.json | 2 +- public/manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index dfdeb72..e28977b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "write-wall", "version": "4.0.0", - "description": "A simple, sync-able text pad similar to Write Space", + "description": "A distraction-free markdown scratchpad that syncs through your Chrome account. No sign-up, no tracking.", "license": "CC-BY-SA-4.0", "private": true, "type": "module", diff --git a/public/manifest.json b/public/manifest.json index c25cd07..1bd9af1 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -3,7 +3,8 @@ "version": "4.0.0", "manifest_version": 3, "incognito": "split", - "description": "A simple, sync-able text pad similar to Write Space", + "description": "A distraction-free markdown scratchpad that syncs through your Chrome account. No sign-up, no tracking.", + "homepage_url": "https://github.com/gcko/Write-Wall", "icons": { "16": "images/icon-16.png", "19": "images/icon.png", From 61d2a85356c05a110bc7f1b994731946739ede18 Mon Sep 17 00:00:00 2001 From: Jared Scott Date: Mon, 3 Aug 2026 14:03:16 +0800 Subject: [PATCH 2/2] =?UTF-8?q?docs:=20sync-docs=20pre-PR=20pass=20?= =?UTF-8?q?=E2=80=94=20stamp=20marker?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 Signed-off-by: Jared Scott --- docs/KNOWLEDGE_BASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/KNOWLEDGE_BASE.md b/docs/KNOWLEDGE_BASE.md index 83a3658..a10b923 100644 --- a/docs/KNOWLEDGE_BASE.md +++ b/docs/KNOWLEDGE_BASE.md @@ -16,4 +16,4 @@ Common issues (pnpm, nave, stale builds, test failures, sync quota), debugging t Design of the sharded `chrome.storage.sync` format: head/chunk/meta keys, Chromium-exact byte metering, the ~95 KB ceiling, conflict protection, and mixed-version fleet safety. -> docs/superpowers/specs/2026-08-01-sharded-sync-storage-design.md - +