I'm interested in developing my own Android web browser and have been looking at https://github.com/mozilla-mobile/reference-browser as a starting point.
I'm wondering if it would be possible to add an extension to the browser that is enabled by default/shipped/bundled with the browser's code. So you can access my custom written extension when you install my forked version of the browser.
The intention being that I can simply use the existing mozilla based android components and create an extension to handle any custom web interaction logic that I want to implement.
Does this seem like something that is doable? If so, do you have any suggestions on getting started?
Apologies if this doesn't make much sense, this is my first foray into Android development (from web dev), so bear with me.