UNPKG

rollup-plugin-chrome-extension

Version:

Build Chrome Extensions with this Rollup plugin.

47 lines (46 loc) 2.66 kB
export declare const alarms: (s: string) => boolean; export declare const bookmarks: (s: string) => boolean; export declare const contentSettings: (s: string) => boolean; export declare const contextMenus: (s: string) => boolean; export declare const cookies: (s: string) => boolean; export declare const declarativeContent: (s: string) => boolean; export declare const declarativeNetRequest: (s: string) => boolean; export declare const declarativeWebRequest: (s: string) => boolean; export declare const desktopCapture: (s: string) => boolean; export declare const displaySource: (s: string) => boolean; export declare const dns: (s: string) => boolean; export declare const documentScan: (s: string) => boolean; export declare const downloads: (s: string) => boolean; export declare const experimental: (s: string) => boolean; export declare const fileBrowserHandler: (s: string) => boolean; export declare const fileSystemProvider: (s: string) => boolean; export declare const fontSettings: (s: string) => boolean; export declare const gcm: (s: string) => boolean; export declare const geolocation: (s: string) => boolean; export declare const history: (s: string) => boolean; export declare const identity: (s: string) => boolean; export declare const idle: (s: string) => boolean; export declare const idltest: (s: string) => boolean; export declare const management: (s: string) => boolean; export declare const nativeMessaging: (s: string) => boolean; export declare const notifications: (s: string) => boolean; export declare const pageCapture: (s: string) => boolean; export declare const platformKeys: (s: string) => boolean; export declare const power: (s: string) => boolean; export declare const printerProvider: (s: string) => boolean; export declare const privacy: (s: string) => boolean; export declare const processes: (s: string) => boolean; export declare const proxy: (s: string) => boolean; export declare const sessions: (s: string) => boolean; export declare const signedInDevices: (s: string) => boolean; export declare const storage: (s: string) => boolean; export declare const tabCapture: (s: string) => boolean; export declare const topSites: (s: string) => boolean; export declare const tts: (s: string) => boolean; export declare const ttsEngine: (s: string) => boolean; export declare const unlimitedStorage: (s: string) => boolean; export declare const vpnProvider: (s: string) => boolean; export declare const wallpaper: (s: string) => boolean; export declare const webNavigation: (s: string) => boolean; export declare const webRequest: (s: string) => boolean; export declare const webRequestBlocking: (s: string) => boolean;