import Foundation

enum ProjectLinks {
    static let website = URL(string: "https://tethershot.apoorvdarshan.com")!
    static let repository = URL(string: "https://github.com/apoorvdarshan/TetherShot")!
    static let npm = URL(string: "https://www.npmjs.com/package/tethershot")!
    static let issues = URL(string: "https://github.com/apoorvdarshan/TetherShot/issues/new")!
    static let license = URL(string: "https://github.com/apoorvdarshan/TetherShot/blob/main/LICENSE")!
    static let koFi = URL(string: "https://ko-fi.com/apoorvdarshan")!
    static let x = URL(string: "https://x.com/apoorvdarshan")!
    static let productHunt = URL(string: "https://www.producthunt.com/products/tethershot-2/")!
}
