diff --git a/beastify/manifest.json b/beastify/manifest.json index 45d990e..da4abc8 100644 --- a/beastify/manifest.json +++ b/beastify/manifest.json @@ -12,7 +12,7 @@ "applications": { "gecko": { "id": "beastify@mozilla.org", - "strict_min_version": "45.0.0" + "strict_min_version": "45.0" } }, diff --git a/borderify/manifest.json b/borderify/manifest.json index 44a188f..c0b1714 100644 --- a/borderify/manifest.json +++ b/borderify/manifest.json @@ -12,7 +12,7 @@ "applications": { "gecko": { "id": "borderify@mozilla.org", - "strict_min_version": "45.0.0" + "strict_min_version": "45.0" } }, diff --git a/inpage-toolbar-ui/manifest.json b/inpage-toolbar-ui/manifest.json index b8994f8..c0fe3f7 100644 --- a/inpage-toolbar-ui/manifest.json +++ b/inpage-toolbar-ui/manifest.json @@ -34,7 +34,7 @@ "applications": { "gecko": { "id": "inpage-toolbar-ui@mozilla.org", - "strict_min_version": "46.0.0" + "strict_min_version": "46.0" } } } diff --git a/open-my-page-button/manifest.json b/open-my-page-button/manifest.json index 0d8815f..febb8bd 100644 --- a/open-my-page-button/manifest.json +++ b/open-my-page-button/manifest.json @@ -12,7 +12,7 @@ "applications": { "gecko": { "id": "open-my-page-button@mozilla.org", - "strict_min_version": "45.0.0" + "strict_min_version": "45.0" } }, diff --git a/page-to-extension-messaging/manifest.json b/page-to-extension-messaging/manifest.json index bbbd458..edea755 100644 --- a/page-to-extension-messaging/manifest.json +++ b/page-to-extension-messaging/manifest.json @@ -12,7 +12,7 @@ "applications": { "gecko": { "id": "page-to-extension-messaging@mozilla.org", - "strict_min_version": "45.0.0" + "strict_min_version": "45.0" } }, diff --git a/user-agent-rewriter/manifest.json b/user-agent-rewriter/manifest.json index f8bec37..698ea1e 100644 --- a/user-agent-rewriter/manifest.json +++ b/user-agent-rewriter/manifest.json @@ -12,7 +12,7 @@ "applications": { "gecko": { "id": "user-agent-rewriter@mozilla.org", - "strict_min_version": "45.0.0" + "strict_min_version": "45.0" } },