mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 06:18:35 +02:00
10 lines
246 B
Markdown
10 lines
246 B
Markdown
# Permissions Example
|
|
|
|
## What it does
|
|
|
|
An example using the permissions API to grant and revoke an optional permission.
|
|
|
|
## What it shows
|
|
|
|
How to request a permission, catching error conditions from the request and querying the permissions API.
|