// Plugin identity. The package name is `@punktfunk/plugin-playnite` (the runner's scoped // glob), but the `definePluginKit` name, the library provider id, the state/ingest dir // names, and the console-nav id are all the short `playnite`. export const PLUGIN_NAME = "playnite"; export const PROVIDER_ID = "playnite"; export const UI_TITLE = "Playnite"; /** A lucide icon name for the console nav entry. */ export const UI_ICON = "library-big";