mirror of
https://github.com/ThisIsBenny/iOS-Widgets.git
synced 2025-06-06 13:37:41 +00:00
catalog for setup script added
Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
parent
84a4b3f988
commit
49a14ca560
1 changed files with 28 additions and 0 deletions
28
catalog.json
Normal file
28
catalog.json
Normal file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"widgets": [
|
||||
{
|
||||
"name": "Countdown",
|
||||
"scriptURL": "https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/Countdown/Countdown.js",
|
||||
"previewURL": "https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/Countdown/previewLight.jpeg",
|
||||
"descriptionURL": "https://github.com/ThisIsBenny/iOS-Widgets/blob/main/README.md#countdown"
|
||||
},
|
||||
{
|
||||
"name": "Covid-19 7-Day-Inzidenz for Düsseldorf",
|
||||
"scriptURL": "https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/Covid-19/Covid-19.js",
|
||||
"previewURL": "https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/Covid-19/previewLight.jpeg",
|
||||
"descriptionURL": "https://github.com/ThisIsBenny/iOS-Widgets/blob/main/README.md#covid-19-7-day-inzidenz-for-d%C3%BCsseldorf"
|
||||
},
|
||||
{
|
||||
"name": "Vodafone DE remaining data volume",
|
||||
"scriptURL": "https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/VodafoneDE/VodafoneDE.js",
|
||||
"previewURL": "https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/VodafoneDE/previewLight.jpeg",
|
||||
"descriptionURL": "https://github.com/ThisIsBenny/iOS-Widgets/blob/main/README.md#vodafone-de-remaining-data-volume"
|
||||
},
|
||||
{
|
||||
"name": "VRR-Monitor",
|
||||
"scriptURL": "https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/VRR-Monitor/VRR-Monitor.js",
|
||||
"previewURL": "https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/VRR-Monitor/previewLight.jpeg",
|
||||
"descriptionURL": "https://github.com/ThisIsBenny/iOS-Widgets/blob/main/README.md#vrr-monitor"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Reference in a new issue