diff --git a/images/icon.png b/images/icon.png new file mode 100644 index 0000000..5a1c994 Binary files /dev/null and b/images/icon.png differ diff --git a/package.json b/package.json index b43f26a..87f8583 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "categories": [ "Other" ], + "icon": "images/icon.png", "repository": { "type": "git", "url": "https://github.com/martouta/dev-buddy-openai.git" @@ -47,5 +48,6 @@ }, "dependencies": { "openai": "^3.1.0" - } + }, + "license": "MIT" }