summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--manifest.json5
2 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5bb2f5a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+# web-ext
+.amo-upload-uuid
+web-ext-artifacts
diff --git a/manifest.json b/manifest.json
index 470eeb8..8c4841d 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,5 +1,10 @@
{
"name": "__MSG_extName__",
+ "browser_specific_settings": {
+ "gecko": {
+ }
+ },
"version": "0.0.58",
"manifest_version": 3,
"default_locale": "en",