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 | |
parent | 4e0bc01e557c379f04b010a805b061839891a255 (diff) | |
download | ProxyChanger-1d5dbdf94c57bb977732bac6c9c836b4226fb861.tar.gz ProxyChanger-1d5dbdf94c57bb977732bac6c9c836b4226fb861.tar.bz2 ProxyChanger-1d5dbdf94c57bb977732bac6c9c836b4226fb861.zip |
Add id and gitignore.
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | manifest.json | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..db63815 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +web-ext-artifacts
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"
+ }
}
}
|