From 859f695dab58d1b59b54422b12c40674f6ab3b92 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Sat, 14 Aug 2021 15:21:03 +0200 Subject: [PATCH] Working creation and reset --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 95654f7..f1d7116 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,8 @@ "description": "A simple url shortener", "short_name": "LinkyLinky", "permissions": [ - "activeTab" + "activeTab", + "notifications" ], "browser_action": { "default_popup": "index.html"