Browse Source

Add PocketGuard

pull/5354/head
Thomas Kaul 2 weeks ago
parent
commit
b7c60ec51d
  1. 10
      libs/common/src/lib/personal-finance-tools.ts

10
libs/common/src/lib/personal-finance-tools.ts

@ -684,6 +684,16 @@ export const personalFinanceTools: Product[] = [
origin: 'Italy', origin: 'Italy',
slogan: 'Your Personal Finance Hub' slogan: 'Your Personal Finance Hub'
}, },
{
founded: 2015,
hasFreePlan: false,
hasSelfHostingAbility: false,
key: 'pocketguard',
name: 'PocketGuard',
origin: 'United States',
pricingPerYear: '$74.99',
slogan: 'Budgeting App & Finance Planner'
},
{ {
founded: 2008, founded: 2008,
hasFreePlan: true, hasFreePlan: true,

Loading…
Cancel
Save