|
|
@@ -31,16 +31,16 @@ struct PremiumFeaturesView: View {
|
|
|
}
|
|
|
|
|
|
private let featureRows: [(String, String)] = [
|
|
|
- ("Desktop Widgets", "Add frequently used apps as desktop widgets"),
|
|
|
- ("Custom web Apps", "Manage personalized applications"),
|
|
|
- ("Hotkey", "Quickly launch specific apps by setting shortcuts"),
|
|
|
- ("Status Bar Shortcuts", "Add app quick-access to status bar"),
|
|
|
- ("Desktop Shortcuts", "Create one-click app shortcuts on desktop"),
|
|
|
- ("Quick Search", "Search directly on Google without opening browser"),
|
|
|
- ("Ad Blocker", "Intelligently blocks ads and pop-ups for better browsing"),
|
|
|
- ("Auto Startup", "Launch automatically with system"),
|
|
|
- ("App Pin", "Keep app windows always on top"),
|
|
|
- ("Family Sharing", "One purchase for the whole family to share"),
|
|
|
+ ("Desktop Widgets", "Add and manage app widgets directly on your desktop"),
|
|
|
+ ("Custom Web Apps", "Create your own app shortcuts with any website URL"),
|
|
|
+ ("Status Bar Shortcuts", "Pin selected apps to the menu bar for one-click access"),
|
|
|
+ ("Desktop Shortcuts", "Generate .webloc shortcuts directly to your Desktop"),
|
|
|
+ ("Quick Actions", "Open common app actions faster from widget and panel controls"),
|
|
|
+ ("Gesture Mode", "Use browser swipe gestures for quick back and forward navigation"),
|
|
|
+ ("Always on Top Pin", "Keep important app windows floating above other windows"),
|
|
|
+ ("Downloads Access", "Open your Downloads folder quickly from the in-app browser"),
|
|
|
+ ("App Organization", "Pin, reorder, hide, and restore apps from your launcher view"),
|
|
|
+ ("Family Sharing", "Allow eligible purchases to be shared with family members"),
|
|
|
]
|
|
|
|
|
|
private let cardColors: [Color] = [
|