From 7d36a610dc01bca0d619b39b0731c72b53cbc926 Mon Sep 17 00:00:00 2001 From: Thomas Rupprecht Date: Sat, 24 Dec 2022 21:27:38 +0100 Subject: [PATCH] cleanup manifest.json --- manifest.json | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/manifest.json b/manifest.json index e44403d..2f8b3cf 100644 --- a/manifest.json +++ b/manifest.json @@ -12,13 +12,8 @@ }, "browser_action": { "browser_style": true, - //"chrome_style": true, "default_title": "/usr/space", - //"default_icon": "src/icons/favicon.svg", - "default_icon": { - "16": "src/icons/favicon.svg", - "32": "src/icons/favicon.svg" - }, + "default_icon": "src/icons/favicon.svg", "default_area": "navbar", "default_popup": "src/popup.html" }, @@ -28,9 +23,10 @@ "webRequest", "notifications" ], - "author": "Thomas Rupprecht" - //"developer": { - // "name": "Thomas Rupprecht", - // "url": "https://blog.ximex.at/" - //} + "author": "Thomas Rupprecht", + "homepage_url": "https://gitea.usrspace.at/XimeX/usrspace-browser-addon", + "developer": { + "name": "Thomas Rupprecht", + "url": "https://blog.ximex.at/" + } }