mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-10 17:49:58 +00:00
Implement receiver selector whitelist suggestion banner
This commit is contained in:
@@ -40,6 +40,11 @@ import { ReceiverDevice } from "./types";
|
||||
type ExtMessageDefinitions = {
|
||||
"popup:init": {
|
||||
appId?: string;
|
||||
pageInfo?: {
|
||||
url: string;
|
||||
tabId: number;
|
||||
frameId: number;
|
||||
};
|
||||
};
|
||||
"popup:update": {
|
||||
receivers: ReceiverDevice[];
|
||||
|
||||
Reference in New Issue
Block a user