From cf5f79c2235665545745bf71dc850c40bd0c4e90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Y=C3=BBki=20Vachot?= Date: Sun, 4 Sep 2022 16:08:49 +0200 Subject: [PATCH] Update manifest.json --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 31f4f23..c8a8e12 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "DofusBook Atelier Bouton Copier", - "description": "Ajout d'un bouton pour chaque nom de ressource dans l'atelier de DofusBook", + "description": "Ajout d'un bouton pour copier chaque nom de ressource dans l'atelier de DofusBook", "version": "1.0", "manifest_version": 3, "content_scripts": [ @@ -10,4 +10,4 @@ "run_at": "document_end" } ] -} \ No newline at end of file +}