added strict_min_version to manifest.json

This commit is contained in:
Will Bamberg
2016-01-14 12:02:44 -08:00
parent 1400a0ddcb
commit 541078a65f
7 changed files with 14 additions and 7 deletions

View File

@@ -11,7 +11,8 @@
"applications": {
"gecko": {
"id": "beastify@mozilla.org"
"id": "beastify@mozilla.org",
"strict_min_version": "45.0.0"
}
},

View File

@@ -11,7 +11,8 @@
"applications": {
"gecko": {
"id": "borderify@mozilla.org"
"id": "borderify@mozilla.org",
"strict_min_version": "45.0.0"
}
},

View File

@@ -11,7 +11,8 @@
"applications": {
"gecko": {
"id": "notify-link-clicks-i18n@mozilla.org"
"id": "notify-link-clicks-i18n@mozilla.org",
"strict_min_version": "45.0.0"
}
},

View File

@@ -11,7 +11,8 @@
"applications": {
"gecko": {
"id": "notify-link-clicks@mozilla.org"
"id": "notify-link-clicks@mozilla.org",
"strict_min_version": "45.0.0"
}
},

View File

@@ -11,7 +11,8 @@
"applications": {
"gecko": {
"id": "open-my-page-button@mozilla.org"
"id": "open-my-page-button@mozilla.org",
"strict_min_version": "45.0.0"
}
},

View File

@@ -11,7 +11,8 @@
"applications": {
"gecko": {
"id": "page-to-extension-messaging@mozilla.org"
"id": "page-to-extension-messaging@mozilla.org",
"strict_min_version": "45.0.0"
}
},

View File

@@ -11,7 +11,8 @@
"applications": {
"gecko": {
"id": "user-agent-rewriter@mozilla.org"
"id": "user-agent-rewriter@mozilla.org",
"strict_min_version": "45.0.0"
}
},