mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-27 13:29:34 +07:00
Optional permissions API
This app shows how to use the permissions API to request optional permissions. It can list the attached serial devices, but only if the "serial" permission is granted. The app shows how to check if the permission is granted and how to request it if it is not.

