From 231433f77e2f41a24374f518daef2a034d9424ab Mon Sep 17 00:00:00 2001 From: Alexey Komarov Date: Sun, 19 Jan 2020 12:16:45 +0300 Subject: [PATCH] 0.7 --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 547bfe3..679ce0b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Copy Page URL", "description" : "Copy Page URL from context menu or toolbar", - "version": "0.6", + "version": "0.7", "permissions": [ "activeTab", "clipboardWrite", @@ -25,4 +25,4 @@ "chrome_style": true }, "manifest_version": 2 -} \ No newline at end of file +}