mirror of
https://github.com/blackboxprogramming/blackroad-apps.git
synced 2026-03-17 09:37:52 -05:00
Added 29 new premium apps:
- Weather, Fitness, Recipes, Travel
- News, Podcasts, Budget, Crypto
- Social, Streaming, Games, Learning
- Health, Pets, Garden, Books
- Art, Voice, Scanner, Translator
- Maps, Password Manager, VPN, Backup
- Time Tracker, Habits, Meditation
- AI Assistant, Blockchain Explorer
All with:
- Interactive demos
- Real features
- Professional UI
- .99/month pricing
- 14-day free trials
Total: 50 complete apps ready to launch! 🚀
19 lines
375 B
JSON
19 lines
375 B
JSON
{
|
|
"name": "Password Manager",
|
|
"icon": "🔑",
|
|
"description": "Secure password storage",
|
|
"version": "1.0.0",
|
|
"author": "BlackRoad OS",
|
|
"category": "premium",
|
|
"price": 4.99,
|
|
"billing": "monthly",
|
|
"trial_days": 14,
|
|
"features": [
|
|
"Lightning fast performance",
|
|
"Encrypted & secure",
|
|
"Cloud sync",
|
|
"Mobile optimized"
|
|
],
|
|
"color": "#FF6347"
|
|
}
|