-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathflight_tracker.json
27 lines (27 loc) · 1.13 KB
/
flight_tracker.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"schema_version": "v1",
"name_for_model": "flight_tracker",
"name_for_human": "Flight Tracker",
"description_for_model": "Plugin for tracking flight details, offering real-time updates, historical data access, and tailored results to your preferences.",
"description_for_human": "Access real-time airline data, aviation history, and essential travel details instantly.",
"auth": {
"type": "oauth",
"instructions": "",
"client_url": "https://fbef03d4a64414d3e135415173dee419.auth.portal-pluginlab.ai/oauth/authorize",
"scope": "all",
"authorization_url": "https://auth.pluginlab.ai/oauth/token",
"authorization_content_type": "application/json",
"verification_tokens": {
"openai": "c7b9890593ab48ca92a316ea230e33a2"
},
"pkce_required": false,
"token_exchange_method": null
},
"api": {
"type": "openapi",
"url": "https://flight-tracker-plugin.plugincrafter.dev/.well-known/pluginlab/openapi.json"
},
"logo_url": "https://flight-tracker.plugincrafter.dev/logo",
"contact_email": "contact@plugincrafter.dev",
"legal_info_url": "https://flight-tracker.plugincrafter.dev/legal"
}