diff --git a/CHANGELOG.md b/CHANGELOG.md index 58498c6..df83805 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.15 + +- Adding icon and tags to extension config + ## 0.0.14 - Stabilizing the extension for release diff --git a/extension.yaml b/extension.yaml index afe5a0c..fac9f39 100644 --- a/extension.yaml +++ b/extension.yaml @@ -1,11 +1,13 @@ name: firebase-alerts -version: 0.0.14 +version: 0.0.15 specVersion: v1beta billingRequired: true license: Apache-2.0 displayName: Firebase Alerts description: Empower your team with timely Firebase notifications sent directly to your preferred communication platform. +icon: icon.png +tags: [messaging, utilities] author: authorName: Oddbit diff --git a/icon.png b/icon.png new file mode 100644 index 0000000..8f8bad7 Binary files /dev/null and b/icon.png differ