From dfe0b92b5840c21bc2b32cb782a0c92d1505d0a9 Mon Sep 17 00:00:00 2001 From: zigamacele <19758116+zigamacele@users.noreply.github.com> Date: Wed, 4 Oct 2023 12:30:26 +0200 Subject: [PATCH] docs: readme update --- README.md | 13 +++++++------ manifest.json | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ec4b731..f08ccd6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Liver ![version](https://img.shields.io/badge/Version-v0.1-pink?style=for-the-badge&logo) +# Liver ![version](https://img.shields.io/badge/Version-v0.1.5-pink?style=for-the-badge&logo) @@ -7,7 +7,7 @@ Liver is a Chrome extension powered by Holodex API that lets you quickly check if your favorite Liver is streaming. Liver is designed to be a fast and simple way to check Livers stream status. -Get it for [Chrome](https://chrome.google.com/webstore/detail/liver/pjnhlmepkmjikjjmbaiabncnhcbkphfh?hl=en&authuser=0) +Get it for [Chrome](https://chrome.google.com/webstore/detail/liver/pjnhlmepkmjikjjmbaiabncnhcbkphfh?hl=en&authuser=0) (Brave, Edge, Opera, etc.) ## Images @@ -17,7 +17,8 @@ Get it for [Chrome](https://chrome.google.com/webstore/detail/liver/pjnhlmepkmji ## Technologies used --NextJS \ --TypeScript \ --TailwindCSS \ --Chrome Storage API +- [Vite](https://vitejs.dev/) +- [React](https://reactjs.org/) +- [Typescript](https://www.typescriptlang.org/) +- [TailwindCSS](https://tailwindcss.com/) +- [Framer Motion](https://www.framer.com/motion/) diff --git a/manifest.json b/manifest.json index b0466f2..4492c0f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Liver", "description": "Check if your favorite VTuber is live!", - "version": "0.1.5", + "version": "0.1.50", "manifest_version": 3, "permissions": ["storage"], "action": {