-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy pathcom.flow_browser.flow.metainfo.xml
More file actions
83 lines (72 loc) · 2.83 KB
/
Copy pathcom.flow_browser.flow.metainfo.xml
File metadata and controls
83 lines (72 loc) · 2.83 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
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>com.flow_browser.flow</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-only</project_license>
<name>Flow</name>
<summary>Cleaner browsing, sharper focus</summary>
<description>
<p>
Flow is an opinionated modern browser focused on productivity and privacy. With a clean, minimalistic user interface, it helps you focus on your work and get things done quickly.
</p>
<p>Features that make it stand out:</p>
<ul>
<li>Clean, collapsible sidebar</li>
<li>Spaces to organise your work</li>
<li>Command palette to quickly open a new tab, bookmark, or history</li>
<li>Supports most streaming services via Widevine</li>
</ul>
</description>
<launchable type="desktop-id">com.flow_browser.flow.desktop</launchable>
<url type="homepage">https://www.flow-browser.com</url>
<url type="bugtracker">https://github.com/MultiboxLabs/flow-browser/issues</url>
<url type="vcs-browser">https://github.com/MultiboxLabs/flow-browser</url>
<url type="contact">https://discord.gg/8gjEa4Rt2b</url>
<developer id="dev.multibox">
<name>Multibox Labs</name>
</developer>
<screenshots>
<screenshot type="default">
<caption>Main Browser Window</caption>
<image>https://raw.githubusercontent.com/MultiboxLabs/flow-browser/main/docs/assets/screenshots/flathub/beta-browser-1.png</image>
</screenshot>
<screenshot>
<caption>Command Palette</caption>
<image>https://raw.githubusercontent.com/MultiboxLabs/flow-browser/main/docs/assets/screenshots/flathub/beta-command-1.png</image>
</screenshot>
<screenshot>
<caption>Settings</caption>
<image>https://raw.githubusercontent.com/MultiboxLabs/flow-browser/main/docs/assets/screenshots/flathub/beta-settings-1.png</image>
</screenshot>
</screenshots>
<content_rating type="oars-1.1" />
<branding>
<color type="primary" scheme_preference="light">#f5f5f5</color>
<color type="primary" scheme_preference="dark">#1a1a2e</color>
</branding>
<requires>
<control>keyboard</control>
<control>pointing</control>
<display_length compare="ge">768</display_length>
</requires>
<releases>
<release version="0.12.0" date="2026-04-15">
<url type="details">https://flow-browser.com/updates/0.12.0</url>
</release>
<release version="0.11.0" date="2026-03-22">
<url type="details">https://flow-browser.com/updates/0.11.0</url>
</release>
<release version="0.10.1" date="2026-03-01">
<description>
<p>Latest release of Flow Browser.</p>
</description>
</release>
</releases>
<categories>
<category>Network</category>
<category>WebBrowser</category>
</categories>
<provides>
<binary>flow-browser</binary>
</provides>
</component>