diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d5f19d8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +node_modules +package-lock.json diff --git a/manifest.json b/manifest.json index 627658b..b442684 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "croix-rouge", - "version": "1.0", + "version": "1.0.1", "description": "autocomplete field in croix-rouge donation page", "permissions": ["storage"], @@ -19,5 +19,11 @@ "options_ui": { "page": "options.html", "browser_style": true + }, + "browser_specific_settings": { + "gecko": { + "id": "croix-rouge@tjiho", + "strict_min_version": "57.0a1" + } } } diff --git a/web-ext-artifacts/croix-rouge-1.0.1.zip b/web-ext-artifacts/croix-rouge-1.0.1.zip new file mode 100644 index 0000000..3730a03 Binary files /dev/null and b/web-ext-artifacts/croix-rouge-1.0.1.zip differ