diff options
author | NateN1222 <nathannichols454@gmail.com> | 2017-11-05 11:56:05 -0600 |
---|---|---|
committer | NateN1222 <nathannichols454@gmail.com> | 2017-11-05 11:56:05 -0600 |
commit | 09f4708f61c29d24bf46505d04cf223a1e0325d7 (patch) | |
tree | a9e9d03a29e3aea244a3c3f1cce50c771bb0919f | |
parent | da22a14cd285d6646db7b7d1ce1281689d01159f (diff) |
updated manifest.json strict-min-version key to firefox 57
-rw-r--r-- | manifest.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json index 197bd0b..c932ee2 100644 --- a/manifest.json +++ b/manifest.json @@ -7,8 +7,8 @@ "description": "Only allows free and/or trivial Javascript to run.", "applications": { "gecko": { - "id": "librejs_webex@gnu.org", - "strict_min_version": "42.0" + "id": "librejs7@gnu.org", + "strict_min_version": "57.0" } }, "icons":{ |