Working creation and reset

This commit is contained in:
Nicolai Ort 2021-08-14 15:21:03 +02:00
parent d3365f42f4
commit 859f695dab
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@
"description": "A simple url shortener",
"short_name": "LinkyLinky",
"permissions": [
"activeTab"
"activeTab",
"notifications"
],
"browser_action": {
"default_popup": "index.html"