Commit the icon urls
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
Details
This commit is contained in:
parent
553c706045
commit
48c5d77a38
19
apps.json
19
apps.json
|
@ -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"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue