From f50ee107f5b0a2134982ebf1e6877e8e55eb325a Mon Sep 17 00:00:00 2001 From: JBenda Date: Fri, 24 Jul 2020 18:34:59 +0200 Subject: [PATCH] Set `default_title` of AddOn right --- firefox/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firefox/manifest.json b/firefox/manifest.json index 4c5e2c4..378707e 100644 --- a/firefox/manifest.json +++ b/firefox/manifest.json @@ -1,7 +1,7 @@ { "browser_action": { "browser_style": true, - "default_title": "Window manipulator", + "default_title": "BookmarkRoom", "default_popup": "window.html", "default_icon": { "19": "icons/window19.png", @@ -19,7 +19,7 @@ "permissions": ["storage"], "description": "Programm to use the work of: graephin", "homepage_url": "https://github.com/JBenda/BookmarkHome", - "manifest_version": 2, + "manifest_version": 2, "name": "Bookmark Room", "version": "0", "browser_specific_settings": {