Adding App to F-Droid

Hello, I am currently building my own app. And I want to publish it on F-Droid after I finish it. I want to know how publishing process looks like.I know app needs to be Open Source, and its not a problem. Second thing I wanted to ask about is will it be a problem with publishing if my app would be just WebView wrapper? I mean my coding skill in kotlin are so bad that I was having problems even with this simple webview wrapper. But I know web languages (HTML, CSS and JS) pretty well so I wanted to write my app as web app host it online but with offline version built with WebView wrapper. So I don’t know if my app would be scanned by real people or just some automatic bot and I want to know would it be a problem. I hope no thx for help :slight_smile:

Webview wrapper to what? What’s better in your app vs a bookmark in a browser?

I mean to make it feel like native app and to make it fully offline, i have an idea and want to make an app and I don’t want this app to be vibe coded. That is why i decided to solution like this.