From 9f1c56204d31f52e4d7bd3efa72fee69d8919e83 Mon Sep 17 00:00:00 2001 From: Marvin Scham Date: Fri, 18 Mar 2022 20:34:01 +0100 Subject: [PATCH] Test changes --- config.yml | 19 +++++++++++++++---- manifest.json | 2 +- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/config.yml b/config.yml index c4c6f69..dbebf90 100644 --- a/config.yml +++ b/config.yml @@ -42,8 +42,8 @@ colors: background-image: '../assets/wallpaper.jpeg' services: - - name: '//GitHub' - icon: 'fas fa-github' + - name: 'Service' + icon: 'fa-solid fa-bell-concierge' items: - name: 'Homer Theme' logo: 'assets/tools/walkx.png' # Change github.png to the name of your own custom icon! @@ -53,8 +53,19 @@ services: url: 'https://github.com/WalkxCode/Homer-Theme' target: '_blank' - - name: '//Reddit' - icon: 'fas fa-reddit' + - name: 'Maintenance' + icon: 'fa-solid fa-gear' + items: + - name: 'Homer Theme' + logo: 'assets/tools/walkx.png' # Change github.png to the name of your own custom icon! + subtitle: 'The official Homer Theme github!' + tag: 'github' + tagstyle: 'is-primary' # This will display the is-primary color! Try changing it to; is-link, is-info, is-success, is-warning or is-danger! + url: 'https://github.com/WalkxCode/Homer-Theme' + target: '_blank' + + - name: 'Backend' + icon: 'fa-solid fa-wrench' items: - name: 'The original reddit post!' logo: 'assets/tools/reddit.png' diff --git a/manifest.json b/manifest.json index 6ad70f7..96cb84c 100644 --- a/manifest.json +++ b/manifest.json @@ -15,7 +15,7 @@ }, { "src": "./icons/icon-any.png", - "sizes": "512x512", + "sizes": "140x140", "type": "image/png", "purpose": "any" },