mirror of
https://github.com/bytedream/stream-bypass.git
synced 2025-06-27 18:40:31 +02:00
Make nativeMessaging an optional permission
This commit is contained in:
@ -22,7 +22,8 @@ const sharedManifest: Partial<chrome.runtime.ManifestBase> = {
|
||||
96: 'icons/stream-bypass@96px.png',
|
||||
128: 'icons/stream-bypass@128px.png'
|
||||
},
|
||||
permissions: ['storage', 'nativeMessaging']
|
||||
permissions: ['storage'],
|
||||
optional_permissions: ['nativeMessaging']
|
||||
};
|
||||
|
||||
const browserAction = {
|
||||
|
Reference in New Issue
Block a user