From 97767631bd8de78107e5bc79e587edbd98cfbfd0 Mon Sep 17 00:00:00 2001 From: kor Date: Thu, 4 Jul 2024 08:30:56 +0200 Subject: [PATCH] Bump version to 1.9 + add Bootstrap to content_script --- public/manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index c870a4a..f7064b5 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "Kerific", "description": "Kerific, load Keri-related glossaries", - "version": "1.7", + "version": "1.9", "background": { "service_worker": "./background.js" }, @@ -36,7 +36,8 @@ ], "css": [ "assets/index.css", - "css/izitoast/izitoast.min.css" + "css/izitoast/izitoast.min.css", + "css/bootstrap-5.3.2/bootstrap.min.css" ] } ]