-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcom.hperrin.StreamOverlay.metainfo.xml
More file actions
88 lines (77 loc) · 3.32 KB
/
com.hperrin.StreamOverlay.metainfo.xml
File metadata and controls
88 lines (77 loc) · 3.32 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
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>com.hperrin.StreamOverlay</id>
<launchable type="desktop-id">com.hperrin.StreamOverlay.desktop</launchable>
<metadata_license>CC0-1.0</metadata_license>
<project_license>Apache-2.0</project_license>
<name>Stream Overlay</name>
<categories>
<category>Utility</category>
</categories>
<summary>Browser overlays on your screen</summary>
<description>
<p>Borderless, transparent, click-through, always-on-top browser windows for streaming. For
example, you can show your Twitch chat and alerts on your display, over your game.</p>
<p>I made this app because I would often not notice my chat messages on my other monitor, and
I'd prefer to have them come up on the display I'm looking at, rather than only in an OBS
overlay. It's also great for single monitor streamers.</p>
</description>
<developer_name>Hunter Perrin</developer_name>
<releases>
<release version="6.1.0" date="2025-06-01">
<description>
<p>Add display option for launching windows on a non-primary display.</p>
<p>New icon, better theme, better colors.</p>
</description>
</release>
<release version="6.0.0" date="2025-05-25">
<description>
<p>Now works with providers that restrict iframe embeds (like the new Twitch Alert box)!</p>
<p>Add scale option for overlays.</p>
<p>Upgrade to Svelte 5, fix titlebars showing, update
support links, add tab close button.</p>
</description>
</release>
<release version="5.0.0" date="2024-03-18">
<description>
<p>
Fixes and updates.
</p>
</description>
</release>
<release version="4.0.0" date="2023-08-26">
<description>
<p>
Fix number calculation and showing center option on width and height.
Update packages.
</p>
</description>
</release>
</releases>
<screenshots>
<screenshot type="default">
<image type="source">
https://raw.githubusercontent.com/hperrin/stream-overlay/7fdbcf404e78c46e976837834c41ab960e734a45/screenshots/overlays.png</image>
<caption>Twitch chat and alerts overlays showing on screen.</caption>
</screenshot>
<screenshot>
<image type="source">
https://raw.githubusercontent.com/hperrin/stream-overlay/7fdbcf404e78c46e976837834c41ab960e734a45/screenshots/editor.png</image>
<caption>The editor showing an open config file with overlays set up.</caption>
</screenshot>
</screenshots>
<content_rating type="oars-1.1" />
<metadata>
<value key="GnomeSoftware::popular-background">
https://raw.githubusercontent.com/hperrin/stream-overlay/7fdbcf404e78c46e976837834c41ab960e734a45/screenshots/overlays.png</value>
</metadata>
<branding>
<color type="primary" scheme_preference="light">#88ceff</color>
<color type="primary" scheme_preference="dark">#210967</color>
</branding>
<url type="homepage">https://github.com/hperrin/stream-overlay</url>
<url type="bugtracker">https://github.com/hperrin/stream-overlay/issues</url>
<url type="faq">https://github.com/hperrin/stream-overlay/blob/master/README.md</url>
<url type="donation">https://icecreamonahotdog.com/</url>
<url type="contact">https://github.com/hperrin</url>
</component>