From df30eb5ad783077ac24dcae3ec7330c1d0cf74d6 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 3 May 2020 20:11:34 +0200 Subject: manifest.json: Fix gecko.id I had obviously copied this manifest code from one of my other extensions, and forgot to change the ID. Use a unique ID. --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index c11e8da..48c14fb 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "applications": { "gecko": { - "id": "com.teddywing@legibility" + "id": "com.teddywing@netflix-no-skip" } }, -- cgit v1.2.3