diff --git a/.agents/plugins/marketplace.json b/.agents/plugins/marketplace.json index 7566e25e..8770c6ae 100644 --- a/.agents/plugins/marketplace.json +++ b/.agents/plugins/marketplace.json @@ -1489,6 +1489,18 @@ "authentication": "ON_INSTALL" }, "category": "Productivity" + }, + { + "name": "expedia", + "source": { + "source": "local", + "path": "./plugins/expedia" + }, + "policy": { + "installation": "AVAILABLE", + "authentication": "ON_INSTALL" + }, + "category": "Lifestyle" } ] } diff --git a/plugins/expedia/.app.json b/plugins/expedia/.app.json new file mode 100644 index 00000000..fb3d50f2 --- /dev/null +++ b/plugins/expedia/.app.json @@ -0,0 +1,7 @@ +{ + "apps": { + "expedia": { + "id": "connector_68e004f14af881919eb50893d3d9f523" + } + } +} diff --git a/plugins/expedia/.codex-plugin/plugin.json b/plugins/expedia/.codex-plugin/plugin.json new file mode 100644 index 00000000..e01c63a6 --- /dev/null +++ b/plugins/expedia/.codex-plugin/plugin.json @@ -0,0 +1,44 @@ +{ + "name": "expedia", + "version": "0.1.0", + "description": "Plan trips and book hotels, flights, rental cars, and vacation packages with Expedia.", + "author": { + "name": "Expedia, Inc.", + "url": "https://www.expedia.com" + }, + "homepage": "https://www.expedia.com", + "repository": "https://github.com/openai/plugins", + "license": "MIT", + "keywords": [ + "expedia", + "travel", + "hotels", + "flights", + "rental-cars", + "vacation-packages" + ], + "apps": "./.app.json", + "interface": { + "displayName": "Expedia", + "shortDescription": "Plan trips and book travel with Expedia", + "longDescription": "Search hotels, flights, rental cars, cruises, and vacation packages, compare options, and move from trip planning to booking with Expedia inside ChatGPT.", + "developerName": "Expedia, Inc.", + "category": "Lifestyle", + "capabilities": [ + "Interactive", + "Write" + ], + "websiteURL": "https://www.expedia.com", + "privacyPolicyURL": "https://www.expedia.com/legal/privacy?currency=USD&langid=1033&siteid=1", + "termsOfServiceURL": "https://www.expedia.com/lp/b/terms-of-service", + "defaultPrompt": [ + "Find me family-friendly hotels in Tokyo for a week in July", + "Compare round-trip flight options to Lisbon next month", + "Plan a weekend trip with hotel, flight, and car rental" + ], + "brandColor": "#00355F", + "composerIcon": "./assets/icon.svg", + "logo": "./assets/logo.svg", + "screenshots": [] + } +} diff --git a/plugins/expedia/assets/icon.svg b/plugins/expedia/assets/icon.svg new file mode 100644 index 00000000..410aa930 --- /dev/null +++ b/plugins/expedia/assets/icon.svg @@ -0,0 +1,7 @@ + + Expedia icon + A yellow circular Expedia mark with a dark blue arrow pointing northeast. + + + + diff --git a/plugins/expedia/assets/logo.svg b/plugins/expedia/assets/logo.svg new file mode 100644 index 00000000..85b5be26 --- /dev/null +++ b/plugins/expedia/assets/logo.svg @@ -0,0 +1,7 @@ + + Expedia logo + A yellow circular Expedia mark with a dark blue arrow pointing northeast. + + + +