aboutsummaryrefslogtreecommitdiff
path: root/src/tools/safelink-decoder/index.ts
blob: ef865108fc381da44af1f0afc2f444a0ba21f13c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
import { Mailbox } from '@vicons/tabler';
import { defineTool } from '../tool';

export const tool = defineTool({
  name: 'Outlook Safelink decoder',
  path: '/safelink-decoder',
  description: 'Decode Outlook SafeLink links',
  keywords: ['outlook', 'safelink', 'decoder'],
  component: () => import('./safelink-decoder.vue'),
  icon: Mailbox,
  createdAt: new Date('2024-03-11'),
});