Add summary

This commit is contained in:
franzap 2024-12-13 10:36:19 -03:00
parent bc53923335
commit 1642fd4cf9

3
82.md
View File

@ -13,10 +13,11 @@ This NIP defines kind 32267 to represent a software application.
```jsonc
{
"kind": 32267,
"content": "<description>", // Description of the application, markdown is allowed
"content": "<description>", // Full description of the application, markdown is allowed
"tags": [
["d", "<app-id>"], // Usually reverse domain notation: com.example.app
["name", "<human-readable project name>"], // Name: Example App
["summary", "<summary-text>"], // Summary, short description: An app that does example
["icon", "<icon-url>"], // Icon URL
["image", "<image-url>"], // Image URL, can be used multiple times
["t", "<tag>"], // Tags related to the application, can be used multiple times