Skip to content
← Back

Privacy policy

Tabelline Magiche — com.mccwho.tabellinemagiche

Last updated: May 19, 2026
Contact email: giulz.mcc@gmail.com

Summary

Tabelline Magiche is an HTML5/PWA webapp designed for children: it runs in the browser and does not collect, transmit, or share any personal data to servers operated by MCC. The child's progress (completed tables, badges, stars, chosen style) stays exclusively in the browser's `localStorage` on the device used. The webapp does not display ads, does not use analytics, does not integrate third-party SDKs, and does not require an account or registration.

Data stored locally on your device

The app stores in the local database (Room SQLite) and local preferences (DataStore):

  • Chosen style (Hero or Magic)
  • Completed tables and cleared levels
  • Stars, hearts and collected badges
  • Preferences (audio on/off, etc.)
  • Offline cache managed by the service worker (static webapp assets)

All this data stays in the app's private storage on your device. Uninstalling the app deletes it.

Permissions requested and why

Permission Why
localStorage Store the child's progress (completed tables, badges, stars, chosen style) and preferences. Data stays in the device's browser and is never synced to any server.
Service Worker Offline cache of the webapp's static assets (HTML/CSS/JS/icons/audio) to allow functioning without a connection after the first visit.

All permissions are used exclusively for the features described. No permission is used in the background or for other purposes.

What the app does NOT do

  • Does not collect personal identifiable data
  • Does not use analytics services (Google Analytics, etc.)
  • Does not display ads
  • Does not integrate third-party ad or tracking SDKs
  • Does not use crash reporting services (Sentry, etc.)
  • Does not share data with third parties, does not sell it
  • Does not create user profiles, does not require login or account
  • Does not install anything on the system without explicit consent (PWA is optional)

Data retention

Data stays on your device until:

  • you delete it manually from the app settings
  • you uninstall the app
  • you clear the app's data from Android settings

The developer has no access to this data and cannot recover it.

Children

The app is not specifically directed at children under 13. It is suitable for a general audience. The app does not collect data from any user, regardless of age.

Changes to this Privacy Policy

Any updates will be published on this page and take effect from the date listed at the top.

Contact