Rebranding app and naming
This commit is contained in:
+2
-2
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user