diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-01-28 00:23:47 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-01-28 00:23:47 +0300 |
commit | 05453901f2b9423942d7c360a9c21ac69caca219 (patch) | |
tree | 9be558a71154b27136de0a9a566678385faf2674 /src/manifest.json | |
parent | Added firefox addons extension link (diff) | |
download | libredirect-05453901f2b9423942d7c360a9c21ac69caca219.zip |
Hiding pageAction btn when not in instances
Diffstat (limited to 'src/manifest.json')
-rw-r--r-- | src/manifest.json | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/manifest.json b/src/manifest.json index 4ea3fea1..0edce604 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -22,9 +22,6 @@ "<all_urls>" ], "page_action": { - "show_matches": [ - "<all_urls>" - ], "default_title": "Change Instance", "default_icon": { "16": "assets/images/libredirect.svg", |