This commit is contained in:
tapframe 2025-09-01 23:49:50 +05:30
parent dfe1eec11e
commit faecc83b3c
2 changed files with 40 additions and 42 deletions

1
.gitignore vendored
View file

@ -46,3 +46,4 @@ android
sliderreadme.md sliderreadme.md
.cursor/mcp.json .cursor/mcp.json
local-scrapers-repo local-scrapers-repo
worki.json

View file

@ -1,49 +1,46 @@
{ {
"name": "Tapframe's Repo", "name": "Tapframe's Repo",
"subtitle": "A source for all of my apps", "subtitle": "",
"description": "Welcome to my source! Here you'll find all of my apps.", "localizedDescription": "",
"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",
"website": "", "tintColor": "#04dcfc",
"patreonURL": "", "category": "other",
"tintColor": "#6156e2", "screenshots": {
"featuredApps": [ "iphone": [
"com.nuvio.app" "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",
"apps": [ "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",
{
"imageURL": "https://github.com/tapframe/NuvioStreaming/blob/main/screesnhots/Simulator%20Screenshot%20-%20iPhone%2016%20Pro%20-%202025-08-27%20at%2021.13.36-landscape.png?raw=true",
"width": 2796,
"height": 1419
}
],
"ipad": [
"https://github.com/tapframe/NuvioStreaming/blob/main/screesnhots/ipad/Simulator%20Screenshot%20-%20iPad%20Pro%2013-inch%20(M4)%20-%202025-08-27%20at%2021.19.59-portrait.png?raw=true",
"https://github.com/tapframe/NuvioStreaming/blob/main/screesnhots/ipad/Simulator%20Screenshot%20-%20iPad%20Pro%2013-inch%20(M4)%20-%202025-08-27%20at%2021.20.50-portrait.png?raw=true"
]
},
"versions": [
{ {
"name": "Nuvio", "downloadURL": "https://github.com/tapframe/NuvioStreaming/blob/main/releases/download/0.6.0-beta.4/Beta_0_6_0_4.ipa",
"bundleIdentifier": "com.nuvio.app", "size": 29700000,
"marketplaceID": "", "version": "1.0.0",
"developerName": "Tapframe", "buildVersion": null,
"subtitle": "Streaming app for movies and TV shows", "date": "2025-08-27T04:23:00+05:30",
"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": null,
"iconURL": "https://github.com/tapframe/NuvioStreaming/blob/main/assets/android/playstore-icon.png?raw=true", "minOSVersion": null
"tintColor": "#04dcfc",
"category": "entertainment",
"screenshots": [
"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.10.14-portrait.png?raw=true"
],
"versions": [
{
"version": "1.0.0",
"buildVersion": "1",
"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": {
"entitlements": [],
"privacy": {
"NSLocalNetworkUsageDescription": "App uses the local network to discover and connect to devices.",
"NSMicrophoneUsageDescription": "This app does not require microphone access."
}
},
"patreon": {}
} }
], ],
"appPermissions": {
"entitlements": [
"com.nuvio.app"
],
"privacy": {
"NSLocalNetworkUsageDescription": "App uses the local network to discover and connect to devices.",
"NSMicrophoneUsageDescription": "This app does not require microphone access."
}
},
"patreon": {},
"news": [] "news": []
} }