mirror of
https://github.com/lumaa-dev/BubbleApp.git
synced 2025-01-08 14:51:28 +01:00
12 lines
330 B
Swift
12 lines
330 B
Swift
//Made by Lumaa
|
|
|
|
import Foundation
|
|
|
|
public enum AppInfo {
|
|
public static let scopes = "read write follow"
|
|
public static let scheme = "threaded://"
|
|
public static let clientName = "ThreadedApp"
|
|
public static let defaultServer = "mastodon.social"
|
|
public static let website = "https://apps.lumaa.fr/app/threaded"
|
|
}
|