diff options
author | Teddy Wing | 2021-06-19 15:55:59 +0200 |
---|---|---|
committer | Teddy Wing | 2021-06-19 16:00:44 +0200 |
commit | 314945078a78efb7e7b7af1f0fc357c423f7bfea (patch) | |
tree | 910036d57fe93ceae838f703a4e41076277e61db | |
parent | 847a52856552f3be771ddb8f1a3c184b253c3994 (diff) | |
download | firefox-godocs.io-search-314945078a78efb7e7b7af1f0fc357c423f7bfea.tar.bz2 |
manifest.json: Add Firefox extension ID
So that the extension can be installed directly in the profile's
"extensions/" directory.
-rw-r--r-- | manifest.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index ccb627e..709f402 100644 --- a/manifest.json +++ b/manifest.json @@ -4,6 +4,12 @@ "name": "Godocs.io Search", "version": "0.0.1", + "browser_specific_settings": { + "gecko": { + "id": "com.teddywing@godocs.io-search" + } + }, + "chrome_settings_overrides": { "search_provider": { "name": "Godocs.io", |