mirror of
https://github.com/ByteAtATime/raycast-linux.git
synced 2025-08-30 10:47:26 +00:00
refactor: rename raycast store to raycast plugin
This commit is contained in:
parent
1e6cf55d09
commit
a7d47e2787
1 changed files with 3 additions and 3 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue