From a7d47e2787e81e87b7ab02e8313e56459a1b84dc Mon Sep 17 00:00:00 2001 From: ByteAtATime Date: Tue, 29 Jul 2025 10:50:50 -0700 Subject: [PATCH] refactor: rename raycast store to raycast plugin --- src/routes/+page.svelte | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 76ffd8c..e53223d 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -29,14 +29,14 @@ const storePlugin: PluginInfo = { title: 'Store', description: 'Browse and install new extensions from the Store', - pluginTitle: 'Flare', - pluginName: 'flare', + pluginTitle: 'Raycast', + pluginName: 'raycast', commandName: 'store', pluginPath: 'builtin:store', icon: storeCommandIcon, preferences: [], mode: 'view', - owner: 'flare' + owner: 'raycast' }; const clipboardHistoryPlugin: PluginInfo = {