serpapi-flights: replace SVG icons with new PNG icons (sm 48x48, lg 96x96)

This commit is contained in:
2026-07-23 17:45:35 +01:00
parent 1094f11e34
commit a13d0295ca
7 changed files with 22 additions and 34 deletions
+5 -5
View File
@@ -1,9 +1,9 @@
{
"id": "serpapi-flights",
"name": "SerpAPI Flights",
"version": 2,
"version_string": "1.0.1",
"version_release_date": "2026-07-21",
"version": 3,
"version_string": "1.0.2",
"version_release_date": "2026-07-23",
"type": "mcp_remote",
"scope": "global",
"tags": [
@@ -42,8 +42,8 @@
"timeout_secs": 15
},
"homepage": "https://serpapi.com/google-flights-api",
"icon_small": "icon_sm.svg",
"icon_large": "icon_lg.svg",
"icon_small": "icon_sm.png",
"icon_large": "icon_lg.png",
"tools": [
{
"name": "serpapi_search_flights",
+5 -5
View File
@@ -3,8 +3,8 @@
"name": "SerpAPI Flights",
"type": "mcp_remote",
"scope": "global",
"icon_small": "serpapi-flights/icon_sm.svg",
"icon_large": "serpapi-flights/icon_lg.svg",
"icon_small": "serpapi-flights/icon_sm.png",
"icon_large": "serpapi-flights/icon_lg.png",
"user_description": "Search and compare flights, lookup airport codes, and explore routes via SerpAPI\u2019s Google Flights integration.",
"requires": ["API_KEY"],
"tags": [
@@ -18,9 +18,9 @@
"type": "api_key"
},
"folder": "serpapi-flights",
"version": 4,
"version_string": "1.0.3",
"version_release_date": "2026-07-21",
"version": 5,
"version_string": "1.0.4",
"version_release_date": "2026-07-23",
"tools": [
{
"name": "serpapi_search_flights",
Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

-6
View File
@@ -1,6 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96" fill="none">
<rect width="96" height="96" rx="16" fill="#1a73e8"/>
<g transform="translate(48,48) rotate(-45)" fill="#fff">
<path d="M0-36c-1.2 0-2.4.6-3 1.6l-5 8.6c-.6 1-.2 2.4.8 3 .4.2.8.4 1.2.4h3l7.6 13-14.6 4.4c-1.2.4-2 1.4-2 2.6v4c0 1.2.8 2.2 2 2.6l19 5.6 5.6 19c.4 1.2 1.4 2 2.6 2h4c1.2 0 2.2-.8 2.6-2l4.4-14.6 13 7.6v3c0 .4.2.8.4 1.2.6 1 2 1.4 3 .8l8.6-5c1-.6 1.6-1.8 1.6-3V-4c0-1.2-.6-2.4-1.6-3l-8.6-5c-1-.6-2.4-.2-3 .8-.4.6-.4 1.2-.4 1.8v3l-13 7.6-4.4-14.6c-.4-1.2-1.4-2-2.6-2H4z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 574 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

-6
View File
@@ -1,6 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" fill="none">
<rect width="48" height="48" rx="8" fill="#1a73e8"/>
<g transform="translate(24,24) rotate(-45)" fill="#fff">
<path d="M0-18c-.6 0-1.2.3-1.5.8l-2.5 4.3c-.3.5-.1 1.2.4 1.5.2.1.4.2.6.2h1.5l3.8 6.5-7.3 2.2c-.6.2-1 .7-1 1.3v2c0 .6.4 1.1 1 1.3l9.5 2.8 2.8 9.5c.2.6.7 1 1.3 1h2c.6 0 1.1-.4 1.3-1l2.2-7.3 6.5 3.8v1.5c0 .2.1.4.2.6.3.5 1 .7 1.5.4l4.3-2.5c.5-.3.8-.9.8-1.5V-2c0-.6-.3-1.2-.8-1.5l-4.3-2.5c-.5-.3-1.2-.1-1.5.4-.2.3-.2.6-.2.9v1.5l-6.5 3.8-2.2-7.3c-.2-.6-.7-1-1.3-1h-2z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 570 B