From 560150f6572bc37f0b921497195c0b22cab3cd65 Mon Sep 17 00:00:00 2001 From: benjaminramey Date: Tue, 12 Nov 2019 12:44:46 -0600 Subject: [PATCH] Working api key workflow --- src/manifest.json | 5 +++- src/page/App.vue | 61 +++++++++++++++++++++++++++++++---------------- 2 files changed, 44 insertions(+), 22 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index 2c6ed1b..6fce9e5 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -10,7 +10,10 @@ "browser_action": { "default_title": "Open Pinboard Groupings page" }, - "permissions": ["storage", "tabs"], + "permissions": [ + "storage", + "tabs", + "https://api.pinboard.in/"], "background": { "scripts": [ "background.js" diff --git a/src/page/App.vue b/src/page/App.vue index 56c8c7a..3bd1d78 100644 --- a/src/page/App.vue +++ b/src/page/App.vue @@ -1,31 +1,33 @@