You've already forked izzy2lost.com
mirror of
https://github.com/izzy2lost/izzy2lost.com.git
synced 2026-06-19 01:16:11 -07:00
96 lines
4.3 KiB
HTML
96 lines
4.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Privacy Policy - Nin64</title>
|
|
<link rel="icon" type="image/png" href="assets/logo.png">
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body class="crt-off">
|
|
<canvas id="starfield"></canvas>
|
|
|
|
<div class="crt-toggle">
|
|
<label>
|
|
<input type="checkbox" id="crtSwitch">
|
|
<span></span>
|
|
<span>CRT Mode</span>
|
|
</label>
|
|
</div>
|
|
|
|
<header class="navbar">
|
|
<a href="nin64.html" class="back">❮ Back</a>
|
|
</header>
|
|
|
|
<main class="project-page">
|
|
<h1>Privacy Policy for Nin64</h1>
|
|
<p class="subtitle">Last updated: May 1, 2026</p>
|
|
|
|
<div class="description">
|
|
<h2>Introduction</h2>
|
|
<p>Nin64 ("we," "our," or "us") is an Android application for Nintendo 64 emulation powered by Mupen64Plus-Next (the "Service"). This Privacy Policy explains what information the Service collects, stores, and shares.</p>
|
|
|
|
<h2>Information We Do NOT Collect</h2>
|
|
<p>Nin64 is designed to run locally on your device. We do not intentionally collect:</p>
|
|
<ul>
|
|
<li>Personal identification information</li>
|
|
<li>Contact lists</li>
|
|
<li>Precise location data</li>
|
|
<li>Advertising identifiers for profiling</li>
|
|
<li>Personal analytics or telemetry tied to your identity</li>
|
|
</ul>
|
|
|
|
<h2>Information the App May Store or Access Locally</h2>
|
|
<ul>
|
|
<li>Emulator settings and controller mappings</li>
|
|
<li>Game library metadata (ROM names, paths)</li>
|
|
<li>Save states and in-game save data (SRAM, FlashRAM, EEPROM, MemPak)</li>
|
|
<li>Folders and files you explicitly select through Android file picker flows</li>
|
|
</ul>
|
|
|
|
<h2>Permissions and File Access</h2>
|
|
<p>Nin64 uses Android storage and file picker mechanisms so you can choose your own ROM folders and files. Access is limited to files and folders you explicitly select. The app does not access files outside your selections.</p>
|
|
|
|
<h2>Advertising</h2>
|
|
<p>Nin64 may display ads provided by Google's Mobile Ads SDK. Google may collect and use data as described in <a href="https://policies.google.com/privacy" target="_blank" rel="noopener noreferrer">Google's Privacy Policy</a>. You can review and adjust your ad preferences through your device's Google account settings.</p>
|
|
|
|
<h2>Network Use and Third-Party Services</h2>
|
|
<p>Nin64 does not send your ROM files, save data, or emulator state to any server. The only outbound network activity is:</p>
|
|
<ul>
|
|
<li>Ad requests via Google Mobile Ads SDK</li>
|
|
<li>Any external links you choose to open from within the app</li>
|
|
</ul>
|
|
|
|
<h2>Data Sharing</h2>
|
|
<p>We do not sell personal data. Nin64 does not operate a backend account system or store your emulator files remotely.</p>
|
|
|
|
<h2>Data Retention and Deletion</h2>
|
|
<p>App data is stored locally on your device. You can clear app data or uninstall the app at any time using Android system settings to remove all locally stored app data.</p>
|
|
|
|
<h2>Children's Privacy</h2>
|
|
<p>The Service is not directed to children under 13, and we do not knowingly collect personal information from children under 13.</p>
|
|
|
|
<h2>No Games Included / Legal Notice</h2>
|
|
<p>Nin64 does not include any Nintendo ROM files, game content, or proprietary firmware. You must provide your own legally obtained N64 ROMs. Nin64 is not affiliated with Nintendo.</p>
|
|
|
|
<h2>Security</h2>
|
|
<p>Because Nin64 primarily stores data locally, the security of that data depends on your device security practices. Keep your device updated and protected.</p>
|
|
|
|
<h2>Changes to This Privacy Policy</h2>
|
|
<p>We may update this Privacy Policy from time to time. Changes will be posted on this page and reflected by the "Last updated" date.</p>
|
|
|
|
<h2>Contact</h2>
|
|
<p>If you have questions about this Privacy Policy, contact:</p>
|
|
<ul>
|
|
<li>Email: <a href="mailto:izzynochill@gmail.com">izzynochill@gmail.com</a> <a href="mailto:izzynochill@gmail.com" class="email-icon-simple"><img src="assets/Gmail_icon_(2020).svg" alt="Email" style="width: 20px; height: 20px; vertical-align: middle;"></a></li>
|
|
</ul>
|
|
|
|
<p class="disclaimer">This privacy policy is provided to support Google Play policy requirements.</p>
|
|
</div>
|
|
</main>
|
|
|
|
<script src="script.js"></script>
|
|
<script src="starfield.js"></script>
|
|
</body>
|
|
</html>
|