diff options
author | Antia Puentes <apuentes@igalia.com> | 2019-12-20 15:35:51 +0100 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 19:12:47 +0100 |
commit | 69b03e588f677997d5b3705bac25d19307c61b7f (patch) | |
tree | fe62425abdcd68029c995ead98577c750afef3ce | |
parent | a50c2060e2d4f9ce03ab40871f1de79baad2115b (diff) |
Add browser to the homescreen appsicefish_8.99.5icefish/8.99.58.99.5
-rw-r--r-- | src/config.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/config.json b/src/config.json index b14744e..5c1e8c2 100644 --- a/src/config.json +++ b/src/config.json @@ -5,8 +5,8 @@ "icon": "fas fa-home" }, { - "id": "navigation", - "icon": "fas fa-location-arrow" + "id": "browser", + "icon": "fab fa-chrome" }, { "id": "webapps-hvac", @@ -25,4 +25,4 @@ "p2p": "fas fa-laptop", "cellular": "fas fa-mobile-alt" } -}
\ No newline at end of file +} |