diff --git a/src/manifest.json b/src/manifest.json index d752477..8dc4be5 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -9,7 +9,7 @@ "48": "icons/icon-48.png", "64": "icons/icon-64.png" }, - "permissions": ["activeTab", "storage", "notifications", ""], + "permissions": ["activeTab", "storage", "notifications", "clipboardRead", "clipboardWrite", ""], "browser_action": { "default_title": "platypush", diff --git a/src/options/App.vue b/src/options/App.vue index a9f02c5..e0452ad 100644 --- a/src/options/App.vue +++ b/src/options/App.vue @@ -1,27 +1,14 @@