Skip to content

Commit 1c099d9

Browse files
authored
feat: Adding product (WhatsApp from US) (#42)
1 parent 7e9cd35 commit 1c099d9

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

data/products.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,23 @@
485485
}
486486
]
487487
},
488+
{
489+
"name": "WhatsApp",
490+
"category_id": "tech",
491+
"country_code": "US",
492+
"alternatives": [
493+
{
494+
"name": "Signal",
495+
"country_code": "OSS",
496+
"link": "https://signal.org/"
497+
},
498+
{
499+
"name": "Telegram",
500+
"country_code": "AE",
501+
"link": "https://telegram.org/"
502+
}
503+
]
504+
},
488505
{
489506
"name": "Amazon",
490507
"category_id": "tech",

0 commit comments

Comments
 (0)