diff --git a/README.md b/README.md index 89fff44..62c7a06 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@

License: MIT Build: parsing +VS Code: Installs

DOMQS is a VS Code extension enable users to search by DOM query selectors in their HTML/XML documents. diff --git a/package.json b/package.json index a7b04e3..309d9c7 100644 --- a/package.json +++ b/package.json @@ -4,10 +4,42 @@ "description": "Search facility by DOM query selectors in your HTML/XML files.", "icon": "resources/logo-vscode.png", "publisher": "whizsid", - "version": "0.0.1", + "version": "0.0.2", + "keywords": [ + "query", + "selector", + "html", + "css", + "search", + "tag", + "dom", + "xml", + "html5", + "find", + "id", + "class" + ], + "preview": true, "engines": { "vscode": "^1.35.0" }, + "badges": [ + { + "url": "https://img.shields.io/badge/License-MIT-brightgreen.svg", + "href": "https://opensource.org/licenses/MIT", + "description": "License: MIT" + }, + { + "url": "https://dev.azure.com/whizsid/DOMQS/_apis/build/status/whizsid.DOMQS?branchName=master", + "href": "https://dev.azure.com/whizsid/DOMQS/_build/latest?definitionId=1&branchName=master", + "description": "Azure DevOps Build: Passing" + }, + { + "url": "https://img.shields.io/visual-studio-marketplace/i/whizsid.domqs.svg?style=flat", + "href": "https://marketplace.visualstudio.com/items?itemName=whizsid.domqs", + "description": "VS Code: Installs" + } + ], "repository": { "type": "git", "url": "https://github.com/whizsid/DOMQS.git"