diff --git a/82.md b/82.md index 74b302d..f25a73f 100644 --- a/82.md +++ b/82.md @@ -13,10 +13,11 @@ This NIP defines kind 32267 to represent a software application. ```jsonc { "kind": 32267, - "content": "", // Description of the application, markdown is allowed + "content": "", // Full description of the application, markdown is allowed "tags": [ ["d", ""], // Usually reverse domain notation: com.example.app ["name", ""], // Name: Example App + ["summary", ""], // Summary, short description: An app that does example ["icon", ""], // Icon URL ["image", ""], // Image URL, can be used multiple times ["t", ""], // Tags related to the application, can be used multiple times