diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-07-01 12:51:32 +0200 |
---|---|---|
committer | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-07-01 12:51:32 +0200 |
commit | b99c4849d5a8e8b82d8ae294226e0a13cccdadc6 (patch) | |
tree | 6cbe6813f2aa587ce97b09fff22facbcf69d3812 /src/config.json | |
parent | b8f067bf0fb7c5160723261754a486db1a009784 (diff) |
FUNCT Added black list support
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config.json b/src/config.json new file mode 100644 index 0000000..006df4b --- /dev/null +++ b/src/config.json @@ -0,0 +1,6 @@ +{ + "black_list": [ + "webapps-html5-homescreen@5.0", + "homescreen@0.1" + ] +}
\ No newline at end of file |