cal/packages/app-store/weather_in_your_calendar/config.json
Hariom Balhara cf423dda70
Add AppStore General Settings support (#4998)
* added weather in calendar wrapper

* added textfield to weather app, needs GeneralSettings abstraction

* add automation cateogry for n8n and zapier

* fix border radius for seperated apps

* create app specific settings in installed apps

* Fixed design issues caused by app settings

* add first version of template cards with logos

* Add link to zapier template

* Add missing translations

* fix mobile view

* better readable app description in mobile view

* code clean up

* fix issue that lisItem was always expanded

* code clean up

* code clean up

* fix import

* fix typo

* code clean up

* Add AppStore General Settings support

* add missing alt to img

* use FiShare2 icon instead of FiZap

* Remove duplicate entries

* Add border to AppSettings consistently

Co-authored-by: Peer Richelsen <peer@cal.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com>
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2022-10-15 10:05:14 +00:00

16 lines
583 B
JSON

{
"/*": "Don't modify slug - If required, do it using cli edit command",
"name": "Weather in your Calendar",
"slug": "weather_in_your_calendar",
"type": "weather_in_your_calendar_other",
"imageSrc": "/api/app-store/weather_in_your_calendar/icon.gif",
"logo": "/api/app-store/weather_in_your_calendar/icon.gif",
"url": "https://weather-in-calendar.com",
"variant": "other",
"categories": ["other"],
"publisher": "vejnoe",
"email": "info@vejnoe.dk",
"description": "Get the local weather forecast with icons in your calendar\r\r",
"__createdUsingCli": true
}