| Nutrient | Amount per 100 g | % Daily Value* | |----------|------------------|----------------| | Vitamin C | 62 mg | 69 % | | Vitamin A (β‑carotene) | 850 µg | 94 % | | Dietary Fiber | 2.1 g | 8 % | | Potassium | 310 mg | 7 % | | Antioxidants (total phenolics) | 45 mg GAE | — |
*Based on a 2,000‑calorie diet.
The mango isn’t just a treat; it’s a nutrient‑dense snack that supports immune health and eye health—perfect for busy millennials and Gen‑Zers who need quick, wholesome fuel. | Nutrient | Amount per 100 g |
PT. Tropic Harvest announced a zero‑waste initiative: by the end of 2026, all Mango Indo18 pouches will be made from compostable seaweed‑derived film, eliminating plastic entirely. | Platform | Price (IDR) | Delivery Time
// tokenManager.refreshIfNeeded()
async function maybeRefresh()
const token = await storage.get('access_token');
const expiresAt = decodeJWT(token).exp * 1000; // ms
// 1️⃣ If token still valid for > 5 min → do nothing
if (Date.now() + 5 * 60 * 1000 < expiresAt) return token;
// 2️⃣ If we are offline → return cached token (still usable for read‑only ops)
if (!navigator.onLine)
console.warn('Offline: using stale token');
return token;
// 3️⃣ Perform silent refresh
const refreshToken = await storage.get('refresh_token');
const nonce = crypto.randomUUID(); // unique per request
const response = await fetch('/auth/refresh',
method: 'POST',
headers: 'Content-Type': 'application/json' ,
body: JSON.stringify( refresh_token: refreshToken, nonce )
);
if (!response.ok) throw new Error('Refresh failed');
const access_token, refresh_token, expires_in = await response.json();
// 4️⃣ Persist new tokens securely
await storage.set('access_token', encrypt(access_token));
await storage.set('refresh_token', encrypt(refresh_token));
return access_token;
| Platform | Price (IDR) | Delivery Time | Verification | |----------|------------|---------------|--------------| | Omekin Marketplace | 35,000 /pouch (10 pcs) | 2‑3 days (Jakarta) | Scan QR‑code → “Verified Mango Indo18 – Batch 91833952” | | Tokopedia | 33,500 /pouch (5 pcs) | Same‑day (selected cities) | Click “Batch Details” for lab report PDF | | Supermarket Chains (e.g., Transmart, Carrefour) | 38,000 /pouch (12 pcs) | In‑store | Look for “ID 91833952” sticker on the package | | Direct Farm Order (via PT. Tropic Harvest website) | 30,000 /pouch (bulk) | 5‑7 days (nationwide) | Receive digital certificate of origin | Carrefour ) | 38
When you see the ID 91833952 printed in bold black font, you know you’ve got the genuine, mulus‑textured mango. The QR‑code not only confirms authenticity but also offers a short video of the farmers picking the fruit, making each bite feel like a personal connection to the source.