Fix: Extend content script scope to all of ollama.com

This commit is contained in:
n4ze3m 2024-09-14 11:08:32 +05:30
parent e44c47905a
commit 5602714ee2

View File

@ -52,5 +52,6 @@ export default defineContentScript({
} }
}, },
allFrames: true, allFrames: true,
matches: ["*://ollama.com/library/*"] matches: ["*://ollama.com/*"],
}) })