diff options
| author | Fuwn <[email protected]> | 2024-08-23 10:17:47 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-08-23 10:17:47 -0700 |
| commit | 638ac9fdf051a3a30f93a641fba2f5187e1afc80 (patch) | |
| tree | 60285bb7c199f572b995f5b6d4ff7da48bc83403 /manifest.json | |
| parent | fix(manifest): remove update url (diff) | |
| download | mangatranslator-main.tar.xz mangatranslator-main.zip | |
Diffstat (limited to 'manifest.json')
| -rw-r--r-- | manifest.json | 5 |
1 files changed, 5 insertions, 0 deletions
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", |