Skip to content

Commit 5986c12

Browse files
niels9001Copilot
andauthored
Add baldbeardedbuilder Weather extension for Command Palette (#30)
Add gallery submission for: - Weather for Command Palette (BaldBeardedBuilder.WeatherforCommandPalette) Available on Microsoft Store (9N01D6BS9V98) and winget. Icons and descriptions sourced from https://github.com/michaeljolley/WeatherExtension Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 34d8a18 commit 5986c12

2 files changed

Lines changed: 33 additions & 0 deletions

File tree

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"$schema": "../../../.github/schemas/extension.schema.json",
3+
"id": "baldbeardedbuilder.weather",
4+
"title": "Weather for Command Palette",
5+
"shortDescription": "Current conditions, hourly forecasts, and multi-day forecasts right from Command Palette.",
6+
"description": "Bring your weather conditions and forecasts to your fingertips with the Weather extension for Command Palette.\n\nSearch locations or save your favorite to see current, hourly, or the 7-day weather forecast. View temperature, feels like, humidity, wind speed, and conditions for any location worldwide.\n\nWeather for Command Palette also integrates with Command Palette's dock feature, showing your current conditions and providing a quick overview window with a 3-hour and 3-day forecast.\n\nConfigurable units for temperature (Fahrenheit/Celsius), wind speed (mph/km/h), and adjustable update intervals. Weather data provided by Open-Meteo — free and no API key required.",
7+
"author": {
8+
"name": "Michael Jolley",
9+
"url": "https://github.com/michaeljolley"
10+
},
11+
"icon": "icon.png",
12+
"homepage": "https://github.com/michaeljolley/WeatherExtension",
13+
"tags": [
14+
"weather",
15+
"forecast",
16+
"temperature",
17+
"dock"
18+
],
19+
"categories": [
20+
"news-and-weather",
21+
"utilities-and-tools"
22+
],
23+
"installSources": [
24+
{
25+
"type": "msstore",
26+
"id": "9N01D6BS9V98"
27+
},
28+
{
29+
"type": "winget",
30+
"id": "BaldBeardedBuilder.WeatherforCommandPalette"
31+
}
32+
]
33+
}
56.7 KB
Loading

0 commit comments

Comments
 (0)