Skip to content

Commit

Permalink
Add missing capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
twschiller committed Feb 21, 2024
1 parent eedeb0c commit a319a58
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/contentScript/contentScriptPlatform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,21 +78,24 @@ class ContentScriptPlatform extends PlatformBase {

override capabilities: PlatformCapability[] = [
"dom",
"pageScript",
"contentScript",
"alert",
"form",
"panel",
"toast",
"sandbox",
"form",
"clipboardWrite",
"audio",
"state",
"contextMenu",
"quickBar",
"selectionTooltip",
"commandPopover",
"http",
"contextMenu",
"badge",
"state",
"link",
"http",
"template",
];

override open = async (url: URL): Promise<void> => {
Expand Down

0 comments on commit a319a58

Please sign in to comment.