mirror of
https://github.com/blackboxprogramming/blackroad-apps.git
synced 2026-03-17 02:57:13 -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! 🚀
17 lines
333 B
JSON
17 lines
333 B
JSON
{
|
|
"name": "Password Manager",
|
|
"short_name": "Password Manager",
|
|
"description": "Secure password storage",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#FF6347",
|
|
"theme_color": "#FF6347",
|
|
"icons": [
|
|
{
|
|
"src": "/icon-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
}
|