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",