I have an idea for a game which consists of adding elements on certain web pages in a player's browser on Android/iOS. It has to be their native browser and not a custom one for this game, as the idea is to play whenever you enter a certain site when doing normal browsing.
A very rough outline when a user enters a site would be:
- Check with a server if the website is part of the game
- If so, add a textbox or an image to the website using javascript
Is this possible to do? Would it be allowed on app stores? If so, what tools/frameworks would be the best option?