From b63ae24b5924dbf22fe6672c26596997bedfa645 Mon Sep 17 00:00:00 2001 From: Beingpax Date: Wed, 13 Aug 2025 16:44:23 +0545 Subject: [PATCH] Add announcements.json feed for in-app announcements --- announcements.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 announcements.json diff --git a/announcements.json b/announcements.json new file mode 100644 index 0000000..f4fc37e --- /dev/null +++ b/announcements.json @@ -0,0 +1,13 @@ +[ + { + "id": "2025-08-welcome", + "title": "Thanks for using VoiceInk!", + "description": "We’re rolling out minor fixes and performance improvements this week. No action needed.", + "severity": "info", + "url": "https://beingpax.github.io/VoiceInk/", + "startAt": "2025-08-01T00:00:00Z", + "endAt": "2026-01-01T00:00:00Z" + } +] + +