xi-conversations

Minimal clone of thunderbird conversations
git clone https://git.ce9e.org/xi-conversations.git

commit
c27958a12043a5455bfc8365ad345ed1f1dc43f5
parent
43e72e51a0d61fb725f8ecce7e55edc3fda4988d
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2024-09-15 08:59
tb128: switch to manifest v3

Diffstat

M manifest.json 14 +++++++-------

1 files changed, 7 insertions, 7 deletions


diff --git a/manifest.json b/manifest.json

@@ -1,11 +1,5 @@
    1     1 {
    2    -1   "manifest_version": 2,
    3    -1   "applications": {
    4    -1     "gecko": {
    5    -1       "id": "conversations@xi",
    6    -1       "strict_min_version": "91.0"
    7    -1     }
    8    -1   },
   -1     2   "manifest_version": 3,
    9     3   "name": "Xi Conversations",
   10     4   "description": "Minimal clone of thunderbird conversations",
   11     5   "version": "0.0.0",
@@ -33,5 +27,11 @@
   33    27         "script": "experiment-api/api.js"
   34    28       }
   35    29     }
   -1    30   },
   -1    31   "browser_specific_settings": {
   -1    32     "gecko": {
   -1    33       "id": "conversations@xi",
   -1    34       "strict_min_version": "91.0"
   -1    35     }
   36    36   }
   37    37 }