Open
Description
This one is huge
It should be splited into smaller parts:
- Prepare a scanner utility that will scan the web app
package.json
OR use the existing ones used for native platforms - Generate metadata
- preferably in JSON format
- either from scratch or use some existing JS generator (it should not be too heavy as a dependency)
- Prepare a web plugin that either works with different web bundlers or is bundler-agnostic and which will generate everything (like for native platforms)
- Create a web implementation that displays a list (based on prepared JSON metadata) of licenses
- list should be displayed modally to align to native platforms implementation
- the list and list items should be accessible and should be navigable with keyboard (ideally even using webTVs remotes, but that can be moved to its own issue)
- Prepare web example as a new workspace in this repo
- Modify docs and README with a new web flow
- Prepare GIFs/recordings of such web sample