Commit the icon urls
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled Details

This commit is contained in:
Martyn Ranyard 2023-11-07 19:04:50 +01:00
parent 553c706045
commit 48c5d77a38
No known key found for this signature in database
1 changed files with 11 additions and 8 deletions

View File

@ -1,20 +1,23 @@
[
{
"appName": "Gmail",
"url": "https://gmail.com",
"version": "0.0.1",
"shortName": "gmail"
},
{
"appName": "Google Calendar",
"url": "https://calendar.google.com",
"version": "0.0.1",
"shortName": "gcal"
"shortName": "gcal",
"icon": "https://upload.wikimedia.org/wikipedia/commons/a/a5/Google_Calendar_icon_%282020%29.svg"
},
{
"appName": "Logitech Media Server",
"url": "http://192.168.1.95:8080",
"version": "0.0.1",
"shortName": "lms-client"
"shortName": "lms-client",
"icon": "https://raw.githubusercontent.com/CDrummond/lms-material/master/MaterialSkin/HTML/material/html/images/icon.svg"
},
{
"appName": "Gmail",
"url": "https://gmail.com",
"version": "0.0.1",
"shortName": "gmail",
"icon": "https://upload.wikimedia.org/wikipedia/commons/7/7e/Gmail_icon_%282020%29.svg"
}
]