Skip to content

Commit

Permalink
Add strict_max_version as required by AMO, fix caps
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfab9845 committed Apr 9, 2022
1 parent 7cbb68e commit 4e62f37
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"manifest_version": 2,
"name": "X-Original-To column",
"name": "X-Original-To Column",
"description": "Adds a column for the X-Original-To header to message list panel",
"version": "0.2.0",
"version": "0.2.1",
"author": "Peter Fabinski",
"homepage_url": "https://github.com/peterfab9845/original-to-column",
"applications": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "68.0a1"
"strict_min_version": "68.0a1",
"strict_max_version": "91.*"
}
},
"experiment_apis": {
Expand Down

0 comments on commit 4e62f37

Please sign in to comment.