File tree Expand file tree Collapse file tree
public/img/production-apps Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import buffaloWildWingsIcon from '../../public/img/production-apps/buffalo-wild-
88import expensifyIcon from '../../public/img/production-apps/expensify.jpg'
99import klarnaIcon from '../../public/img/production-apps/klarna.jpg'
1010import ledgerLiveIcon from '../../public/img/production-apps/ledger-live.jpg'
11+ import locketIcon from '../../public/img/production-apps/locket.jpg'
1112import metamaskIcon from '../../public/img/production-apps/metamask.jpg'
1213import nationalCarRentalIcon from '../../public/img/production-apps/national-car-rental.jpg'
1314import picnicIcon from '../../public/img/production-apps/picnic.jpg'
@@ -146,6 +147,21 @@ const productionApps: ProductionApp[] = [
146147 playStoreUrl :
147148 'https://play.google.com/store/apps/details?id=com.urbanclap.urbanclap' ,
148149 } ,
150+ {
151+ name : 'Locket Widget' ,
152+ company : 'Locket Labs' ,
153+ installMetrics : [
154+ {
155+ label : '10M+ Play Store installs' ,
156+ value : 10_000_000 ,
157+ kind : 'lifetime-installs' ,
158+ } ,
159+ ] ,
160+ iconSrc : locketIcon ,
161+ appStoreUrl : 'https://apps.apple.com/us/app/locket-widget/id1600525061' ,
162+ playStoreUrl :
163+ 'https://play.google.com/store/apps/details?id=com.locket.Locket' ,
164+ } ,
149165 {
150166 name : 'Picnic' ,
151167 company : 'Picnic' ,
You can’t perform that action at this time.
0 commit comments