From d51761e9658ea16529b2cc08d733102973fba1e3 Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 21 Oct 2020 17:38:45 +0800 Subject: import(ProxyChanger): Add id and gitignore. --- works/ProxyChanger/.gitignore | 1 + works/ProxyChanger/manifest.json | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 works/ProxyChanger/.gitignore (limited to 'works') diff --git a/works/ProxyChanger/.gitignore b/works/ProxyChanger/.gitignore new file mode 100644 index 0000000..db63815 --- /dev/null +++ b/works/ProxyChanger/.gitignore @@ -0,0 +1 @@ +web-ext-artifacts diff --git a/works/ProxyChanger/manifest.json b/works/ProxyChanger/manifest.json index d37af97..878cf8e 100644 --- a/works/ProxyChanger/manifest.json +++ b/works/ProxyChanger/manifest.json @@ -12,5 +12,10 @@ "options_ui": { "page": "settings/settings.html", "browser_style": true + }, + "browser_specific_settings": { + "gecko": { + "id": "proxy-changer@crupest.life" + } } } -- cgit v1.2.3