1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
From: Markus Koschany <apo@debian.org>
Date: Fri, 22 Nov 2019 00:39:27 +0100
Subject: dispmua GUI
Use Debian's id so that dispmua will show up in Thunderbird.
Forwarded: not-needed
---
manifest.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/manifest.json b/manifest.json
index 460516f..2c2f545 100644
--- a/manifest.json
+++ b/manifest.json
@@ -9,11 +9,11 @@
"legacy": true,
"applications": {
"gecko": {
- "id": "DisplayMailUserAgent-T@Toshi_",
+ "id": "{F8147CF4-B9E3-445B-AA87-081ED66548F8}",
"strict_min_version": "60.0"
}
},
"icons": {
"32": "chrome/skin/classic/logo.png"
}
-}
\ No newline at end of file
+}
|