-
-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathapps.yaml
More file actions
132 lines (120 loc) · 3.27 KB
/
Copy pathapps.yaml
File metadata and controls
132 lines (120 loc) · 3.27 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
# App registry for the spoo.me ecosystem.
#
# Loaded at application startup and cached in app.state.app_registry.
# All apps listed here appear on the dashboard Apps page.
# Only 'live' + 'device_auth' apps can initiate the consent flow.
apps:
spoo-snap:
name: Spoo Snap
icon: spoo-snap.svg
description: Official browser extension for spoo.me
verified: true
status: coming_soon
type: device_auth
redirect_uris: []
links:
chrome: https://chrome.google.com/webstore/detail/spoo-snap
firefox: https://addons.mozilla.org/en-US/firefox/addon/spoo-snap
permissions:
- Access your spoo.me account
- Create and manage short URLs
- View your analytics
spoo-desktop:
name: Spoo Desktop
icon: spoo-desktop.svg
description: Official Windows desktop app
verified: true
status: coming_soon
type: device_auth
redirect_uris:
- http://localhost:9274/callback
links:
windows: https://apps.microsoft.com/detail/9mtwpjxlb0gr
permissions:
- Access your spoo.me account
- Create and manage short URLs
spoo-discord:
name: Discord Bot
icon: discord-bot.svg
description: Shorten links directly in Discord
verified: true
status: coming_soon
type: device_auth
redirect_uris:
- https://discord-bot.spoo.me/callback
links:
invite: https://spoo.me/discord-bot
permissions:
- Access your spoo.me account
- Create short URLs on your behalf
spoo-mobile:
name: Spoo Mobile
icon: spoo-mobile.svg
description: Shorten links on the go
verified: true
status: coming_soon
type: device_auth
spoo-telegram:
name: Telegram Bot
icon: telegram-bot.svg
description: Shorten links in Telegram chats
verified: true
status: coming_soon
type: device_auth
spoo-slack:
name: Slack Bot
icon: slack-bot.svg
description: Shorten links in Slack with /shorten
verified: true
status: coming_soon
type: device_auth
spoo-raycast:
name: Raycast Extension
icon: raycast.svg
description: Shorten and manage your spoo.me links from Raycast
verified: true
status: live
type: device_auth
redirect_uris:
- https://raycast.com/redirect?*
links:
raycast: https://www.raycast.com/spoo-me/spoo
permissions:
- Access your spoo.me account
- Create and manage short URLs
- View and export your analytics
spoo-vscode:
name: VS Code Extension
icon: vscode.svg
description: Shorten links from your editor
verified: true
status: coming_soon
type: device_auth
spoo-mcp:
name: MCP Server
icon: mcp.svg
description: AI tool server for Claude, Cursor, and others
verified: true
status: coming_soon
type: device_auth
spoo-zapier:
name: Zapier
icon: zapier.svg
description: Shorten links in no-code workflows
verified: true
status: coming_soon
type: device_auth
spoo-n8n:
name: n8n
icon: n8n.svg
description: Self-hosted automation for link shortening
verified: true
status: coming_soon
type: device_auth
spoo-cli:
name: Spoo CLI
icon: spoo-cli.svg
description: Shorten links from your terminal
verified: true
status: coming_soon
type: device_auth