diff --git a/manifest.json b/manifest.json index 53f4839..b389c14 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { - "packageId": "Put_Package_Id_Here", - "name": "Name of your package", + "packageId": "excalidraw", + "name": "excalidraw package", "version": "0.0.1", - "minTextGeneratorVersion": "0.1.0", - "description": "The description of the content of this package", - "author": "Your name", - "tags": "writing, brainstorming", - "authorUrl": "Support URL", - "repo": "username/repo" + "minTextGeneratorVersion": "0.6.0", + "description": "Contains Excalidraw Templates and support for Vision for other templates (Scripts)", + "author": "Noureddine", + "tags": "OpenAI,markdown,gpt-4-vision,vision,images", + "authorUrl": "https://www.buymeacoffee.com/haouarine", + "repo": "text-gen/tg-excalidraw" }