From ce9a2b5f9bb8e72232f3092a7c69872ae2172085 Mon Sep 17 00:00:00 2001 From: KoloMl Date: Fri, 8 Aug 2025 05:59:23 +0400 Subject: [PATCH] Fixed typo in content script entry --- .vite/lib/manifest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vite/lib/manifest.js b/.vite/lib/manifest.js index dffef10..63b039c 100644 --- a/.vite/lib/manifest.js +++ b/.vite/lib/manifest.js @@ -124,7 +124,7 @@ export function loadManifest(filePath) { /** * @typedef {Object} ContentScriptsEntry - * @property {string[]} mathces + * @property {string[]} matches * @property {string[]|undefined} js * @property {string[]|undefined} css */