mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-04-21 00:32:04 +00:00
test
This commit is contained in:
parent
2cd254b1cf
commit
4a129b1c32
1 changed files with 12 additions and 17 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "Tapframe's Repo",
|
"name": "Tapframe's Repo",
|
||||||
"identifier": "com.tapframe.source.nuvio",
|
|
||||||
"subtitle": "A source for all of my apps",
|
"subtitle": "A source for all of my apps",
|
||||||
"description": "Welcome to my source! Here you'll find all of my apps.",
|
"description": "Welcome to my source! Here you'll find all of my apps.",
|
||||||
"iconURL": "https://github.com/tapframe/NuvioStreaming/blob/main/assets/android/playstore-icon.png?raw=true",
|
"iconURL": "https://github.com/tapframe/NuvioStreaming/blob/main/assets/android/playstore-icon.png?raw=true",
|
||||||
|
|
@ -12,25 +11,29 @@
|
||||||
],
|
],
|
||||||
"apps": [
|
"apps": [
|
||||||
{
|
{
|
||||||
"beta": true,
|
|
||||||
"name": "Nuvio",
|
"name": "Nuvio",
|
||||||
"bundleIdentifier": "com.nuvio.app",
|
"bundleIdentifier": "com.nuvio.app",
|
||||||
|
"marketplaceID": "",
|
||||||
"developerName": "Tapframe",
|
"developerName": "Tapframe",
|
||||||
"subtitle": "Streaming app for movies and TV shows",
|
"subtitle": "Streaming app for movies and TV shows",
|
||||||
"version": "1.0.0",
|
|
||||||
"versionDate": "2025-08-27",
|
|
||||||
"versionDescription": "Initial release of Nuvio streaming app",
|
|
||||||
"downloadURL": "https://github.com/tapframe/NuvioStreaming/releases/download/0.6.0-beta.4/Beta_0_6_0_4.ipa",
|
|
||||||
"localizedDescription": "Nuvio is a comprehensive streaming application that provides access to a vast library of movies and TV shows. Features include personalized recommendations, watch progress tracking, and seamless streaming experience.",
|
"localizedDescription": "Nuvio is a comprehensive streaming application that provides access to a vast library of movies and TV shows. Features include personalized recommendations, watch progress tracking, and seamless streaming experience.",
|
||||||
"iconURL": "https://github.com/tapframe/NuvioStreaming/blob/main/assets/android/playstore-icon.png?raw=true",
|
"iconURL": "https://github.com/tapframe/NuvioStreaming/blob/main/assets/android/playstore-icon.png?raw=true",
|
||||||
"tintColor": "#04dcfc",
|
"tintColor": "#04dcfc",
|
||||||
"category": "entertainment",
|
"category": "entertainment",
|
||||||
"size": 29700000,
|
"screenshots": [
|
||||||
"screenshotURLs": [
|
|
||||||
"https://github.com/tapframe/NuvioStreaming/blob/main/screesnhots/Simulator%20Screenshot%20-%20iPhone%2016%20Pro%20-%202025-08-27%20at%2021.08.32-portrait.png?raw=true",
|
"https://github.com/tapframe/NuvioStreaming/blob/main/screesnhots/Simulator%20Screenshot%20-%20iPhone%2016%20Pro%20-%202025-08-27%20at%2021.08.32-portrait.png?raw=true",
|
||||||
"https://github.com/tapframe/NuvioStreaming/blob/main/screesnhots/Simulator%20Screenshot%20-%20iPhone%2016%20Pro%20-%202025-08-27%20at%2021.09.43-portrait.png?raw=true",
|
"https://github.com/tapframe/NuvioStreaming/blob/main/screesnhots/Simulator%20Screenshot%20-%20iPhone%2016%20Pro%20-%202025-08-27%20at%2021.09.43-portrait.png?raw=true",
|
||||||
"https://github.com/tapframe/NuvioStreaming/blob/main/screesnhots/Simulator%20Screenshot%20-%20iPhone%2016%20Pro%20-%202025-08-27%20at%2021.10.14-portrait.png?raw=true"
|
"https://github.com/tapframe/NuvioStreaming/blob/main/screesnhots/Simulator%20Screenshot%20-%20iPhone%2016%20Pro%20-%202025-08-27%20at%2021.10.14-portrait.png?raw=true"
|
||||||
],
|
],
|
||||||
|
"versions": [
|
||||||
|
{
|
||||||
|
"version": "1.0.0",
|
||||||
|
"date": "2025-08-27",
|
||||||
|
"localizedDescription": "Initial release of Nuvio streaming app",
|
||||||
|
"downloadURL": "https://github.com/tapframe/NuvioStreaming/releases/download/0.6.0-beta.4/Beta_0_6_0_4.ipa",
|
||||||
|
"size": 29700000
|
||||||
|
}
|
||||||
|
],
|
||||||
"appPermissions": {
|
"appPermissions": {
|
||||||
"entitlements": [
|
"entitlements": [
|
||||||
"com.nuvio.app"
|
"com.nuvio.app"
|
||||||
|
|
@ -40,15 +43,7 @@
|
||||||
"NSMicrophoneUsageDescription": "This app does not require microphone access."
|
"NSMicrophoneUsageDescription": "This app does not require microphone access."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"versions": [
|
"patreon": {}
|
||||||
{
|
|
||||||
"version": "1.0.0",
|
|
||||||
"date": "2025-08-27",
|
|
||||||
"localizedDescription": "Initial release of Nuvio streaming app",
|
|
||||||
"downloadURL": "https://github.com/tapframe/NuvioStreaming/releases/download/0.6.0-beta.4/Beta_0_6_0_4.ipa",
|
|
||||||
"size": 29700000
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"news": []
|
"news": []
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue