Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
type alias Permissions
import { type Permissions } from "https://deno.land/x/yxz@0.32.0/typing/chrome-manifest.ts";

Use the chrome.permissions API to request declared optional permissions at run time rather than install time, so users understand why the permissions are needed and grant only those that are necessary.

definition: string[]