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 | d51761e9658ea16529b2cc08d733102973fba1e3 (patch) | |
| tree | fad9f835806e1eb4bddfb629ae9896b17d41f0d7 /works | |
| parent | 5277f9e601227415ac8956c9bfbb97c01a9e3905 (diff) | |
| download | crupest-d51761e9658ea16529b2cc08d733102973fba1e3.tar.gz crupest-d51761e9658ea16529b2cc08d733102973fba1e3.tar.bz2 crupest-d51761e9658ea16529b2cc08d733102973fba1e3.zip | |
import(ProxyChanger): Add id and gitignore.
Diffstat (limited to 'works')
| -rw-r--r-- | works/ProxyChanger/.gitignore | 1 | ||||
| -rw-r--r-- | works/ProxyChanger/manifest.json | 5 | 
2 files changed, 6 insertions, 0 deletions
| 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"
 +    }
    }
  }
 | 
