diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index f237e7f..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,9 +0,0 @@ -# Change Log - -All notable changes to the "litterbox" extension will be documented in this file. - -Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. - -## [Unreleased] - -- Initial release \ No newline at end of file diff --git a/assets/icon-128.png b/assets/icon-128.png new file mode 100644 index 0000000..a30db52 Binary files /dev/null and b/assets/icon-128.png differ diff --git a/assets/icon-16.png b/assets/icon-16.png new file mode 100644 index 0000000..892bc8c Binary files /dev/null and b/assets/icon-16.png differ diff --git a/assets/icon-256.png b/assets/icon-256.png new file mode 100644 index 0000000..22ee482 Binary files /dev/null and b/assets/icon-256.png differ diff --git a/assets/icon-32.png b/assets/icon-32.png new file mode 100644 index 0000000..80f3158 Binary files /dev/null and b/assets/icon-32.png differ diff --git a/assets/icon-512.png b/assets/icon-512.png new file mode 100644 index 0000000..e71a2b4 Binary files /dev/null and b/assets/icon-512.png differ diff --git a/assets/icon-64.png b/assets/icon-64.png new file mode 100644 index 0000000..5feb111 Binary files /dev/null and b/assets/icon-64.png differ diff --git a/package.json b/package.json index 32b6d88..36251fa 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,8 @@ "repl", "javascript" ], + "publisher": "jccr", + "icon": "assets/icon-256.png", "engines": { "vscode": "^1.36.0" },