An open API service indexing awesome lists of open source software.

https://github.com/ericdude4/web-extension-permission-example

This is an example repo meant to show browser.permissions.request promise doesn't resolve in extension rendered tab in Firefox
https://github.com/ericdude4/web-extension-permission-example

Last synced: about 1 year ago
JSON representation

This is an example repo meant to show browser.permissions.request promise doesn't resolve in extension rendered tab in Firefox

Awesome Lists containing this project

README

          

# 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.