* Partial fixes for sample list generator
A number of fixes for the sample list generator:
- Removes a comment from one of our manifest files, as we don't
currently support JSONC.
- Ignores the `node_modules` folder since we have recently added some AI
samples with a build step.
- Adds the `aiOriginTrial` API to the list of recognised APIs.
- Updates `extension-apis.json` with the latest data from the
`chrome-types` package.
Updating recognised extension APIs still requires access to a
non-existent storage bucket, so this does not fully fix the process.
* Fix linter issue
* Add getProfileUserInfo example to sample identity extension
* Clarify UI
* Run prettier
---------
Co-authored-by: Oliver Dunk <oliverdunk@google.com>
* Initial copy of _archive/apps/samples/identity
* Modify to run be an extension rather than a Chrome App.
* Update extension to manifest v3
* Update README
* Remove references to chrome://identity-internals
* Use Promises rather than callbacks
See https://developer.chrome.com/docs/extensions/develop/migrate/api-calls#replace-callbacks
* Apply code-review markups.
* Apply more code-review markups
* Format with prettier
* Use Promise.catch instead of runtime.lastError
* Update screenshot
---------
Co-authored-by: Oliver Dunk <oliverdunk@google.com>