From a86e89eca5f1c426f15df4b03605b31b42d4448b Mon Sep 17 00:00:00 2001 From: Omar Mohammad Date: Wed, 13 Sep 2023 16:31:13 +0100 Subject: [PATCH] Add description to access_client_kv --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 74c83b2..2500de2 100644 --- a/manifest.json +++ b/manifest.json @@ -8,7 +8,7 @@ "allowCustomFields": true, "permissions": { "access_client_kv": { - "description": "", + "description": "Stores UUIDs as cookies.", "required": true } }