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 @@