From 4ad9b018f842e6357c8c1d65ede645d82b34a42e Mon Sep 17 00:00:00 2001 From: Matheus Faustino Date: Mon, 3 Sep 2018 21:44:47 -0300 Subject: [PATCH] For test only: fixed addon's ID on firefox --- manifest.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/manifest.json b/manifest.json index 34a2fd6e..5cd7006c 100644 --- a/manifest.json +++ b/manifest.json @@ -5,6 +5,12 @@ "description": "__MSG_description__", "homepage_url": "https://add0n.com/stylus.html", "manifest_version": 2, + "applications": { + "gecko": { + "id": "{a9449967-86c7-4d0e-8285-322cef7c40f2}", + "strict_min_version": "42.0" + } + }, "icons": { "16": "/images/icon/16.png", "32": "/images/icon/32.png",