Skip to content

Commit 975feae

Browse files
Create altstore.template.json
1 parent fe9342c commit 975feae

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

web/altstore.template.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"repo": {
3+
"name": "HWM",
4+
"website": "https://randommodderjdk.github.io/HWM",
5+
"identifier": "de.randomfactory.randommodder.hwManagerFlutter.source",
6+
"tintColor": "ee0000"
7+
}
8+
"apps": [
9+
{
10+
"name": "HWManager",
11+
"bundleIdentifier": "de.randomfactory.randommodder.hwManagerFlutter",
12+
"githubOwner": "randommodderjdk",
13+
"githubRepository": "HWM",
14+
"skipPrerelease": true,
15+
"developerName": "RandomModder",
16+
"subtitle": "Manage homeworks. Nicely.",
17+
"localizedDescription": "A homework manager utilizing untis for fetching the subjects of the week and discord as a cloud solution.",
18+
"iconURL": "https://github.com/RandomModderJDK/HWM/blob/main/assets/foreground-ios.png?raw=true",
19+
"tintColor": "ee0000",
20+
"screenshotURLs": [
21+
"https://github.com/RandomModderJDK/HWM/blob/main/assets/foreground-ios.png?raw=true"
22+
]
23+
}
24+
]
25+
}

0 commit comments

Comments
 (0)