Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .agents/plugins/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
7 changes: 7 additions & 0 deletions plugins/expedia/.app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"apps": {
"expedia": {
"id": "connector_68e004f14af881919eb50893d3d9f523"
}
}
}
44 changes: 44 additions & 0 deletions plugins/expedia/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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": []
}
}
7 changes: 7 additions & 0 deletions plugins/expedia/assets/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions plugins/expedia/assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.