diff --git a/icon.png b/icon.png new file mode 100644 index 0000000..2dd93e6 Binary files /dev/null and b/icon.png differ diff --git a/package.json b/package.json index 3ab73f5..86003ed 100644 --- a/package.json +++ b/package.json @@ -2,9 +2,14 @@ "name": "remix-run-snippets", "displayName": "Remix Run Snippets", "description": "Remix Run Snippets toolbox", - "version": "1.0.1", + "version": "1.0.2", "publisher": "amimaro", - "repository": "https://github.com/amimaro/remix-run-snippets", + "license": "MIT", + "icon": "icon.png", + "repository": { + "url": "https://github.com/amimaro/remix-run-snippets.git", + "type": "git" + }, "engines": { "vscode": "^1.63.0" },