diff options
| -rw-r--r-- | ext/manifest.json | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/ext/manifest.json b/ext/manifest.json index 222465ae..2d820c7d 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -44,7 +44,8 @@      ],      "applications": {          "gecko": { -            "id": "alex@foosoft.net" +            "id": "alex@foosoft.net", +            "strict_min_version": "51.0"          }      }  } |