mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-27 13:29:34 +07:00
* fix images in readme * fix all sample readmes by pointing all images to correct apps location
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.

