From 80ae99fa9fce34b2e951c8d6f5f0b2f044827f87 Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Wed, 8 Mar 2023 12:11:09 +0000 Subject: [PATCH] adding info on login settings --- source/manifest.json | 2 +- source/vue/Popup.vue | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/source/manifest.json b/source/manifest.json index 962079a..2f84189 100644 --- a/source/manifest.json +++ b/source/manifest.json @@ -1,6 +1,6 @@ { "name": "Auto-archiver extension", - "version": "0.0.8", + "version": "0.1.0", "description": "A gateway to effective archiving of online content, including behind private platforms. ", "homepage_url": "https://github.com/bellingcat/auto-archiver-extension", "manifest_version": 3, diff --git a/source/vue/Popup.vue b/source/vue/Popup.vue index d35bd98..9ecdba1 100644 --- a/source/vue/Popup.vue +++ b/source/vue/Popup.vue @@ -1,5 +1,12 @@