VStore
VX Store is a repository hosting Android APK files and their corresponding icons for various applications. This serves as a centralized storage solution for app distributions and assets, making it easy to maintain and share application packages
README
<div align="center">
<h1>VX Store 📦</h1>
<p><em>Centralized Android APK & Assets Repository</em></p>
<img src="https://envs.sh/kR7.jpg" alt="VX Store Banner" style="border-radius:10px;"/>
</div>
<div style="background:#f8f9fa;padding:1.5rem;border-radius:8px;margin:1rem 0;">
<h2 style="margin-top:0;">🌐 Web Portal</h2>
<p>Visit our <a href="https://v-store-lac.vercel.app/" style="color:#5865F2;text-decoration:none;font-weight:bold;">interactive web portal</a> for a better browsing experience!</p>
</div>
<h2>📂 Repository Structure</h2>
<pre style="background:#2d2d2d;color:#f8f8f2;padding:1rem;border-radius:8px;overflow-x:auto;">
VX-Store/
├── <span style="color:#6a9955;">APK/</span> - APK files storage
│ └── Sample.txt - Example file
├── <span style="color:#6a9955;">ICONS/</span> - Application icons
│ └── Sample.txt - Example file
├── <span style="color:#6a9955;">main/</span> - Main branch
├── LICENSE - Repository license
├── README.md - This document
└── index.html - Web portal entry point
</pre>
<h2>🚀 Quick Start</h2>
<div style="display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:1rem;">
<div style="background:#f0f7ff;padding:1rem;border-radius:8px;">
<h3>For Users</h3>
<ol>
<li>Browse the <code>APK/</code> directory</li>
<li>Download needed APK files</li>
<li>Find matching icons in <code>ICONS/</code></li>
</ol>
</div>
<div style="background:#fff0f6;padding:1rem;border-radius:8px;">
<h3>For Contributors</h3>
<ol>
<li>Fork this repository</li>
<li>Add APKs to <code>APK/</code></li>
<li>Add matching icons to <code>ICONS/</code></li>
<li>Submit a PR</li>
</ol>
</div>
</div>
<h2>📝 Guidelines</h2>
<table style="width:100%;border-collapse:collapse;">
<tr style="background:#f3f3f3;">
<th style="padding:8px;border:1px solid #ddd;">Category</th>
<th style="padding:8px;border:1px solid #ddd;">Requirements</th>
</tr>
<tr>
<td style="padding:8px;border:1px solid #ddd;"><strong>APK Files</strong></td>
<td style="padding:8px;border:1px solid #ddd;">
• Must be malware-free<br>
• Named as <code>appname-version.apk</code><br>
• Versioned folders (e.g. <code>/v1.0/</code>)
</td>
</tr>
<tr style="background:#f9f9f9;">
<td style="padding:8px;border:1px solid #ddd;"><strong>Icons</strong></td>
<td style="padding:8px;border:1px solid #ddd;">
• PNG format (512×512)<br>
• Named as <code>appname-icon.png</code><br>
• Transparent background preferred
</td>
</tr>
</table>
<h2>⚖️ Legal Notice</h2>
<div style="background:#fff8f8;padding:1rem;border-left:4px solid #ff6b6b;border-radius:0 8px 8px 0;">
<p>This repository contains APK files for <strong>demonstration and archival purposes only</strong>. Users must:</p>
<ul>
<li>Verify they have rights to use/distribute each APK</li>
<li>Assume all responsibility for usage</li>
<li>Comply with all applicable laws</li>
</ul>
</div>
<div align="center" style="margin-top:2rem;">
<a href="LICENSE" style="display:inline-block;background:#5865F2;color:white;padding:0.5rem 1rem;border-radius:4px;text-decoration:none;">📜 View License</a>
<span style="margin:0 1rem;">•</span>
<a href="https://v-store-lac.vercel.app/" style="display:inline-block;background:#4CAF50;color:white;padding:0.5rem 1rem;border-radius:4px;text-decoration:none;">🌐 Visit Web Portal</a>
</div>