A store for VIDAA OS TVs (currently doesnt support modern tvs, still coding a new api for that)
https://phasedgapple.github.io/HiZ-Store/
I am currently focussing on those:
- Adding as many apps as possible requested by users
- Making it work on Modern TVs using a DNS method
https://bananamafia.dev/post/hisensehax/
- Make a guide on how to make good VIDAA web apps
- Add a custom category system
- Add custom DNS to support modern VIDAA TVs
- Recreate site so it looks better for an App Store
- Make it so you install the App Store to use it.
- Add TV remote navigation support instead of the cursor of the browser (will require the TODO above)
You can add a github issue to add an custom repo made for the HiZ-Store. When it gets added the repo is automatically applied and is being pulled straight from the url everytime somone connects to the HiZ Store. Quality of stuff like descriptions will be need to be kept and it would be nice to update it once a while. Also, obviously no NSFW apps in the repo.
{
"REPO-ID1": {
"name": "APPNAME",
"img": "ICON-URL",
"thumb": "ICON-THUMBNAIL",
"url": "WEB-APP URL",
"description": "APP DESCRIPTION - Would be nice to end with a dot."
},
"REPO-ID2": {
"name": "APPNAME",
"img": "ICON-URL",
"thumb": "ICON-THUMBNAIL",
"url": "WEB-APP URL",
"description": "APP DESCRIPTION - Would be nice to end with a dot."
}
}The Repo ID is useless its just for organizing and you can add as many apps as you want.