Created
May 30, 2025 08:50
-
-
Save oubihis/8b672bd134473e9135d38a1380dc652d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"popups": [ | |
{ | |
"id": "popup_001", | |
"product_name": "Organic Cotton T-Shirt", | |
"location": "Casablanca, Morocco", | |
"timestamp": "2025-05-30T09:45:00Z", | |
"image_url": "https://yourstore.com/images/organic-cotton-tshirt.jpg", | |
"product_url": "https://yourstore.com/products/organic-cotton-tshirt", | |
"message": "Someone in Casablanca just bought this!" | |
}, | |
{ | |
"id": "popup_002", | |
"product_name": "Handcrafted Leather Wallet", | |
"location": "Marrakech, Morocco", | |
"timestamp": "2025-05-30T09:40:00Z", | |
"image_url": "https://yourstore.com/images/leather-wallet.jpg", | |
"product_url": "https://yourstore.com/products/leather-wallet", | |
"message": "Just sold in Marrakech!" | |
}, | |
{ | |
"id": "popup_003", | |
"product_name": "Eco-Friendly Bamboo Toothbrush", | |
"location": "Agadir, Morocco", | |
"timestamp": "2025-05-30T09:35:00Z", | |
"image_url": "https://yourstore.com/images/bamboo-toothbrush.jpg", | |
"product_url": "https://yourstore.com/products/bamboo-toothbrush", | |
"message": "Popular choice in Agadir!" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment