Removed clipboardRead permission from Chrome manifest
This commit is contained in:
parent
62a68f6515
commit
a6e60fd0f3
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
"128": "icons/icon-128.png",
|
||||
"256": "icons/icon-256.png"
|
||||
},
|
||||
"permissions": ["activeTab", "storage", "notifications", "clipboardRead", "clipboardWrite", "contextMenus", "<all_urls>"],
|
||||
"permissions": ["activeTab", "storage", "notifications", "clipboardWrite", "contextMenus", "<all_urls>"],
|
||||
|
||||
"browser_action": {
|
||||
"default_title": "platypush",
|
||||
|
|
Loading…
Reference in a new issue