summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-08-23 10:17:47 -0700
committerFuwn <[email protected]>2024-08-23 10:17:47 -0700
commit638ac9fdf051a3a30f93a641fba2f5187e1afc80 (patch)
tree60285bb7c199f572b995f5b6d4ff7da48bc83403
parentfix(manifest): remove update url (diff)
downloadmangatranslator-638ac9fdf051a3a30f93a641fba2f5187e1afc80.tar.xz
mangatranslator-638ac9fdf051a3a30f93a641fba2f5187e1afc80.zip
feat(manifest): enable signingHEADmain
-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",