Use nativeMessaging permission in Safari extension but not Chrome
This commit is contained in:
@ -22,7 +22,7 @@
|
||||
"256": "/images/extension/icon-256.png"
|
||||
},
|
||||
|
||||
"permissions": ["activeTab", "storage", "nativeMessaging", "https://*/**", "http://*/**"],
|
||||
"permissions": ["activeTab", "storage", "https://*/**", "http://*/**"],
|
||||
|
||||
"background": {
|
||||
"page": "/views/background.html",
|
||||
|
||||
Reference in New Issue
Block a user