Rebranding app and naming

This commit is contained in:
Antoni Nuñez Romeu
2026-07-01 15:54:10 +02:00
parent 2e9d6a94dd
commit 1c31362e0b
38 changed files with 272 additions and 261 deletions
+2 -2
View File
@@ -14,10 +14,10 @@ self.addEventListener('push', (event) => {
try {
data = event.data.json();
} catch {
data = { title: 'FarmaFinder', body: event.data.text() };
data = { title: 'FarmaClic', body: event.data.text() };
}
}
const title = data.title || 'FarmaFinder';
const title = data.title || 'FarmaClic';
const options = {
body: data.body || '',
icon: '/icon.svg',