diff --git a/images/logo.svg b/images/logo.svg new file mode 100644 index 0000000..2298aaa --- /dev/null +++ b/images/logo.svg @@ -0,0 +1 @@ +logo \ No newline at end of file diff --git a/package.json b/package.json index 06d2feb..0e40273 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,28 @@ "engines": { "vscode": "^1.4.0" }, + "keywords": [ + "php", + "intellisense", + "autocompletion", + "help", + "refactor" + ], "categories": [ "Languages" ], + "icon": "images/logo.svg", + "galleryBanner": { + "color": "#6682BA", + "theme": "dark" + }, + "repository": { + "type": "git", + "url": "https://github.com/felixfbecker/vscode-php-intellisense.git" + }, + "bugs": { + "url": "https://github.com/felixfbecker/php-language-server/issues" + }, "activationEvents": [ "onLanguage:php" ],