import Foundation
struct L13rApps {
let apps = [
App(
name: "Stock Monitor",
description: "Stock ticker for the macOS menu bar",
link: "https://stockmonitorapp.com"
)
]
let about = "Freelance software engineer with 20+ years of experience
across Apple platforms (iOS, iPadOS, macOS, watchOS).
Currently open to freelance opportunities."
let legal = [
"Privacy policy",
"Imprint"
]
let copyright = "© l13r apps UG (haftungsbeschränkt)"
}