refactor: rename raycast store to raycast plugin

This commit is contained in:
ByteAtATime 2025-07-29 10:50:50 -07:00
parent 1e6cf55d09
commit a7d47e2787
No known key found for this signature in database

View file

@ -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 = {