diff options
author | crupest <crupest@outlook.com> | 2020-10-21 17:38:45 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-10-21 17:38:45 +0800 |
commit | 1d5dbdf94c57bb977732bac6c9c836b4226fb861 (patch) | |
tree | 679300e211a4248b82a7e2e95f0acf3d36783f15 /manifest.json | |
parent | 4e0bc01e557c379f04b010a805b061839891a255 (diff) | |
download | ProxyChanger-1d5dbdf94c57bb977732bac6c9c836b4226fb861.tar.gz ProxyChanger-1d5dbdf94c57bb977732bac6c9c836b4226fb861.tar.bz2 ProxyChanger-1d5dbdf94c57bb977732bac6c9c836b4226fb861.zip |
Add id and gitignore.
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 d37af97..878cf8e 100644 --- a/manifest.json +++ b/manifest.json @@ -12,5 +12,10 @@ "options_ui": {
"page": "settings/settings.html",
"browser_style": true
+ },
+ "browser_specific_settings": {
+ "gecko": {
+ "id": "proxy-changer@crupest.life"
+ }
}
}
|