diff options
author | Teddy Wing | 2020-05-03 20:11:34 +0200 |
---|---|---|
committer | Teddy Wing | 2020-05-03 20:11:34 +0200 |
commit | df30eb5ad783077ac24dcae3ec7330c1d0cf74d6 (patch) | |
tree | 39dd006f304ffa16e3c905d8f0d8397e28cdd0f7 | |
parent | 025ac918d537ff779816972e67217ace5422e58b (diff) | |
download | netflix-immersive-df30eb5ad783077ac24dcae3ec7330c1d0cf74d6.tar.bz2 |
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.
-rw-r--r-- | manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
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" } }, |