-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeed.xml
More file actions
20 lines (17 loc) · 771 Bytes
/
Copy pathfeed.xml
File metadata and controls
20 lines (17 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title>Chroma Browser Updates</title>
<link>https://chromabrowser.com/</link>
<description>Latest Chroma Browser releases and news</description>
<!-- Example item for latest release -->
<item>
<title>Chroma Browser v5.2.1 Released</title>
<link>https://chromabrowser.com/releases/v1.0</link>
<description>Fast, private iOS browser now available! Download here: https://chromabrowser.com</description>
<pubDate>Tue, 16 Sep 2025 10:00:00 -0700</pubDate>
<guid>https://chromabrowser.com/releases/v1.0</guid>
</item>
<!-- Future updates: copy the <item> block and update title, link, description, pubDate, and guid -->
</channel>
</rss>