Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ When adding a new app, please ensure the logo meets these specifications:
- General: 200x200px, no rounded corners, no transparent background, sufficient padding around the logo
- File size: < 50KB
- Location: Place the logo file in `/public/app-logos/{app_id}.jpg`
- Use [Photopea](https://www.photopea.com/) to make it easier to resize images.

## About

Expand Down
61 changes: 43 additions & 18 deletions data/apps.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,30 @@
]
},
{
"name": "Messaging",
"name": "Dialer",
"order": 5,
"mainstream_apps": [
{ "id": "phone", "name": "Phone" }
],
"private_alternatives": [
{ "id": "fossify_phone", "name": "Fossify Phone" },
{ "id": "right_dialer", "name": "Right Dialer" }
]
},
{
"name": "Contacts",
"order": 6,
"mainstream_apps": [
{ "id": "contacts", "name": "Contacts" }
],
"private_alternatives": [
{ "id": "fossify_contacts", "name": "Fossify Contacts" },
{ "id": "right_contacts", "name": "Right Contacts" }
]
},
{
"name": "Messaging",
"order": 7,
"mainstream_apps": [
{ "id": "whatsapp", "name": "WhatsApp" },
{ "id": "messenger", "name": "Messenger" },
Expand All @@ -105,7 +127,7 @@
},
{
"name": "Notes",
"order": 6,
"order": 8,
"mainstream_apps": [
{ "id": "google_keep", "name": "Google Keep" },
{ "id": "apple_notes", "name": "Apple Notes" },
Expand All @@ -127,11 +149,13 @@
},
{
"name": "Drive",
"order": 7,
"order": 9,
"mainstream_apps": [
{ "id": "google_drive", "name": "Google Drive" },
{ "id": "onedrive", "name": "OneDrive" },
{ "id": "dropbox", "name": "Dropbox" },
{ "id": "mega", "name": "Mega" },
{ "id": "idrive", "name": "IDrive"},
{ "id": "icloud", "name": "iCloud" }
],
"private_alternatives": [
Expand All @@ -143,12 +167,13 @@
{ "id": "jottacloud", "name": "Jottacloud" },
{ "id": "cryptomator", "name": "Cryptomator" },
{ "id": "pcloud", "name": "pCloud" },
{ "id": "syncthing", "name": "Syncthing" }
{ "id": "syncthing", "name": "Syncthing" },
{ "id": "sync", "name": "Sync" }
]
},
{
"name": "Passwords",
"order": 8,
"order": 10,
"mainstream_apps": [
{ "id": "google_passwords", "name": "Google Passwords" },
{ "id": "samsung_pass", "name": "Samsung Pass" },
Expand All @@ -169,7 +194,7 @@
},
{
"name": "2FA",
"order": 9,
"order": 11,
"mainstream_apps": [
{ "id": "google_auth", "name": "Google Auth" },
{ "id": "microsoft_auth", "name": "Microsoft Auth" },
Expand All @@ -188,7 +213,7 @@
},
{
"name": "Calendar",
"order": 10,
"order": 12,
"mainstream_apps": [
{ "id": "google_calendar", "name": "Google Calendar" },
{ "id": "outlook_calendar", "name": "Outlook Calendar" },
Expand All @@ -204,7 +229,7 @@
},
{
"name": "App Store",
"order": 11,
"order": 13,
"mainstream_apps": [
{ "id": "play_store", "name": "Play Store" },
{ "id": "app_store", "name": "App Store" }
Expand All @@ -218,7 +243,7 @@
},
{
"name": "VPN",
"order": 12,
"order": 14,
"mainstream_apps": [
{ "id": "no_vpn", "name": "No VPN" },
{ "id": "nordvpn", "name": "NordVPN" },
Expand All @@ -241,7 +266,7 @@
},
{
"name": "AI Assistant",
"order": 13,
"order": 15,
"mainstream_apps": [
{ "id": "chatgpt", "name": "ChatGPT" },
{ "id": "grok", "name": "Grok" },
Expand All @@ -264,7 +289,7 @@
},
{
"name": "Smart Home",
"order": 14,
"order": 16,
"mainstream_apps": [
{ "id": "google_home", "name": "Google Home" },
{ "id": "apple_homekit", "name": "Apple HomeKit" },
Expand All @@ -281,7 +306,7 @@
},
{
"name": "Maps",
"order": 15,
"order": 17,
"mainstream_apps": [
{ "id": "google_maps", "name": "Google Maps" },
{ "id": "apple_maps", "name": "Apple Maps" }
Expand All @@ -296,7 +321,7 @@
},
{
"name": "Translator",
"order": 16,
"order": 18,
"mainstream_apps": [
{ "id": "google_translate", "name": "Google Translate" },
{ "id": "apple_translate", "name": "Apple Translate" },
Expand All @@ -313,7 +338,7 @@
},
{
"name": "Community",
"order": 17,
"order": 19,
"mainstream_apps": [
{ "id": "discord", "name": "Discord" },
{ "id": "guilded", "name": "Guilded" }
Expand All @@ -322,7 +347,7 @@
},
{
"name": "DNS",
"order": 18,
"order": 20,
"mainstream_apps": [
{ "id": "isp_dns", "name": "ISP DNS" },
{ "id": "google_search", "name": "Google DNS" },
Expand All @@ -338,7 +363,7 @@
},
{
"name": "Computer OS",
"order": 19,
"order": 21,
"mainstream_apps": [
{ "id": "windows", "name": "Windows" },
{ "id": "macos", "name": "macOS" }
Expand All @@ -358,7 +383,7 @@
},
{
"name": "Phone OS",
"order": 20,
"order": 22,
"mainstream_apps": [
{ "id": "android", "name": "Android" },
{ "id": "ios", "name": "iOS" }
Expand All @@ -371,7 +396,7 @@
},
{
"name": "Entertainment",
"order": 21,
"order": 23,
"mainstream_apps": [
{ "id": "plex", "name": "Plex" },
{"id": "netflix", "name": "Netflix"}
Expand Down
Binary file added public/app-logos/contacts.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/app-logos/fossify_contacts.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/app-logos/fossify_phone.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/app-logos/idrive.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/app-logos/mega.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/app-logos/phone.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/app-logos/right_contacts.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/app-logos/right_dialer.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/app-logos/sync.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.