aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2020-05-03 20:11:34 +0200
committerTeddy Wing2020-05-03 20:11:34 +0200
commitdf30eb5ad783077ac24dcae3ec7330c1d0cf74d6 (patch)
tree39dd006f304ffa16e3c905d8f0d8397e28cdd0f7
parent025ac918d537ff779816972e67217ace5422e58b (diff)
downloadnetflix-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.json2
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"
}
},