6d647b956c
Enable receipt-ocr, ai-categorization, ai-chat, push-notifications, invoice-inbox, calendar, enable-banking, email, and user-description-match in extensions.config.json. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
14 lines
322 B
TypeScript
14 lines
322 B
TypeScript
// AUTO-GENERATED — do not edit. Run `npm run setup:extensions` to regenerate.
|
|
|
|
export const ENABLED_EXTENSION_IDS: ReadonlySet<string> = new Set([
|
|
'receipt-ocr',
|
|
'ai-categorization',
|
|
'ai-chat',
|
|
'push-notifications',
|
|
'invoice-inbox',
|
|
'calendar',
|
|
'enable-banking',
|
|
'email',
|
|
'user-description-match',
|
|
])
|