A simple site to test permission-related UI for web APIs.
This is a testing site brought to life by @lgarron, and currently maintained by Chromium project members, but note that this is not an official Google product.
You can develop this codebase using flatfile development in an editor and browser of your choice.
We use Biome to ensure a consistent style and catch common issues. You can run Biome by installing npm
and running:
npm run lint
To automatically format your changes, run:
npm run format