Can I publish a WebView app on Google Play?
Yes, but a plain WebView wrapper around a website is the single most-rejected app type under Google’s Minimum Functionality / repetitive-content policy. To pass, the app has to do something the browser cannot: push notifications, offline caching, native navigation, device features, or an account-bound experience. Wrap-and-ship is what gets rejected; a WebView shell with real native capability around it is published every day.