1. What Are Cookies?
Cookies are small data files stored by your browser. FunArena India does not use traditional HTTP cookies. Instead, we use the localStorage API — data stored only on your device, never transmitted to any server.
2. Why We Use Local Storage
- Save your virtual coin balance so progress persists between visits.
- Remember your age gate confirmation persistently.
- Store optional registration data for leaderboard display.
- Remember your cookie consent preference.
- Maintain the leaderboard with seeded and registered player scores.
- Identify guest sessions to allow play without registration.
3. All Storage Keys Used
All keys are prefixed fai_ to avoid conflicts with other websites.
| Key | Storage | Data | Expires |
|---|---|---|---|
fai_cookies | localStorage | Cookie consent flag | Until cleared |
fai_age | localStorage | Age gate confirmation (18+) | Persistent |
fai_user | localStorage | JSON: first name, last name, email, date | Until cleared |
fai_leaderboard | localStorage | JSON array of player scores | Until cleared |
fai_golden_bal | localStorage | Coin balance (Golden Diya) | Until cleared |
fai_festival_bal | localStorage | Coin balance (Festival Spin) | Until cleared |
fai_guest | localStorage | Guest mode flag | Until registered or cleared |
4. Third-Party Storage
FunArena India uses Google Fonts via CSS @import for Lexend and DM Sans typefaces. Google may set its own cookies per their privacy policy. No other third-party scripts, analytics, or advertising trackers are present.
5. Your Choices
- Clear all data: Use the button below.
- Browser settings: Clear site data via Settings → Privacy → Site Data.
- DevTools: Application → Local Storage → right-click to delete individual keys.
Clear All FunArena India Data
This will delete your account, coin balances, leaderboard entries, and all preferences. This action cannot be undone.
6. Indian Privacy Context
Our use of localStorage is consistent with India's IT Act, 2000 and the Digital Personal Data Protection Act, 2023 (DPDPA). Since no data is transmitted externally, cross-border data transfer obligations do not apply. For questions, contact MeitY at meity.gov.in.