Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/yxz/typing/chrome-manifest.ts

Deno Standard Extensions
Latest
import * as yxz from "https://deno.land/x/yxz@0.32.0/typing/chrome-manifest.ts";

Interfaces

This interface was referenced by undefined's JSON-Schema definition via the patternProperty ".*".

Type Aliases

This file was automatically generated by json-schema-to-typescript. DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, and run json-schema-to-typescript to regenerate this file.

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.

Permissions help to limit damage if your extension or app is compromised by malware. Some permissions are also displayed to users before installation, as detailed in Permission Warnings.

The list of JavaScript files to be injected into matching pages. These are injected in the order they appear in this array.