feat: configure altstore source

This commit is contained in:
Adrian Castro
2024-03-05 21:02:04 +01:00
parent d4f0dc008f
commit d07c49b8c3
2 changed files with 67 additions and 39 deletions

View File

@@ -1,16 +1,25 @@
{
"name": "movie-web native apps",
"apps": [
{
"name": "movie-web",
"bundleIdentifier": "dev.movieweb.app",
"filename": "movie-web.ipa",
"githubOwner": "movie-web",
"githubRepository": "native-app",
"category": "entertainment",
"developerName": "movie-web",
"subtitle": "A small app for watching movies and shows easily",
"localizedDescription": "This service works by displaying video files from third-party providers inside an intuitive and aesthetic user interface.",
"iconURL": "https://github.com/movie-web/native-app/blob/master/apps/expo/assets/images/icon.png?raw=true",
"tintColor": "a87fd1"
"localizedDescription": "This service works by displaying video files from third-party providers inside an intuitive and aesthetic user interface.",
"subtitle": "A small app for watching movies and shows easily",
"tintColor": "a87fd1",
"versions": [
{
"version": "",
"date": "",
"downloadURL": "https://github.com/movie-web/native-app/releases/latest/download/movie-web.ipa",
"size": 0
}
],
"appPermissions": {}
}
]
],
"news": []
}