diff options
| -rw-r--r-- | .gitignore | 3 | ||||
| -rw-r--r-- | manifest.json | 5 |
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": { + "id": "[email protected]" + } + }, "version": "0.0.58", "manifest_version": 3, "default_locale": "en", |