diff --git a/README.md b/README.md index ea5c236..c5a080d 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,19 @@ # Better Equideow - Extension chrome pour Equideow qui permet d'obtenir plus facilement les différentes informations du jeux comme le blup, le PG, les compétences mais aussi d'afficher un coefficient de victoire pour mieux gérer ses blups notamment --- - ## Better Howrse - Small chrome extension for Howrse that allow you to get more informations about your horses and competition difficulties. --- [![Last Version](https://img.shields.io/badge/last%20version-v1.2.6-informational)](#) [![DeepScan grade](https://deepscan.io/api/teams/17688/projects/21040/branches/592899/badge/grade.svg)](https://deepscan.io/dashboard#view=project&tid=17688&pid=21040&bid=592899) -
+[![Total alerts](https://img.shields.io/lgtm/alerts/g/Gwenillia/Better-Equideow.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/Gwenillia/Better-Equideow/alerts/) +[![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/Gwenillia/Better-Equideow.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/Gwenillia/Better-Equideow/context:javascript) + [![Chrome Web Store](https://img.shields.io/chrome-web-store/v/gkopbgamdhaolbjalfcbmbjkjcmgffjp)](https://chrome.google.com/webstore/detail/better-equideow/gkopbgamdhaolbjalfcbmbjkjcmgffjp) -
[![Mozilla Add-on](https://img.shields.io/amo/v/better-equideow)](https://addons.mozilla.org/fr/firefox/addon/better-equideow/) -
[![Edge Add-on](https://img.shields.io/badge/dynamic/json?label=edge%20add-on&prefix=v&query=%24.version&url=https%3A%2F%2Fmicrosoftedge.microsoft.com%2Faddons%2Fgetproductdetailsbycrxid%2Finmcglblgnoceekbpkheihppombhdenf)](https://microsoftedge.microsoft.com/addons/detail/arxivutils/inmcglblgnoceekbpkheihppombhdenf) diff --git a/manifest.json b/manifest.json index 6c88301..0cbd409 100644 --- a/manifest.json +++ b/manifest.json @@ -4,6 +4,10 @@ "default_locale": "fr", "version": "1.2.6", "manifest_version": 3, + "action": { + "default_title": "Click to see your horse sells", + "default_popup": "popup.html" + }, "author": "TC-Dev", "icons": { "16": "/images/icon-16x16.png", diff --git a/popup.css b/popup.css new file mode 100644 index 0000000..8fcd880 --- /dev/null +++ b/popup.css @@ -0,0 +1,11 @@ +/* + * Copyright (c) 2022. Gwen Tripet-Costet + * This file is part of Better Equideow (Better Howrse). + * Better Equideow (Better Howrse) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + * Better Equideow (Better Howrse) is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. + * You should have received a copy of the GNU General Public License along with this program. If not, see . + */ + +img { + margin: 0.5em 0; +} diff --git a/popup.html b/popup.html new file mode 100644 index 0000000..73464cf --- /dev/null +++ b/popup.html @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + +