aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-10-21 17:38:45 +0800
committercrupest <crupest@outlook.com>2020-10-21 17:38:45 +0800
commit1d5dbdf94c57bb977732bac6c9c836b4226fb861 (patch)
tree679300e211a4248b82a7e2e95f0acf3d36783f15
parent4e0bc01e557c379f04b010a805b061839891a255 (diff)
downloadProxyChanger-1d5dbdf94c57bb977732bac6c9c836b4226fb861.tar.gz
ProxyChanger-1d5dbdf94c57bb977732bac6c9c836b4226fb861.tar.bz2
ProxyChanger-1d5dbdf94c57bb977732bac6c9c836b4226fb861.zip
Add id and gitignore.
-rw-r--r--.gitignore1
-rw-r--r--manifest.json5
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"
+ }
}
}