${p.display_name}
-
${p.price_monthly > 0 ? '€' + p.price_monthly : 'Free'}${p.price_monthly > 0 ? '/mo' : ''}
- ${p.price_yearly > 0 ? `
or €${p.price_yearly}/year (save ${Math.round((1 - p.price_yearly / (p.price_monthly * 12)) * 100)}%)
` : '
'}
+
${p.price_monthly > 0 ? "€" + p.price_monthly : 'Free'}${p.price_monthly > 0 ? '/mo' : ''}
+ ${p.price_yearly > 0 ? `
or €${p.price_yearly}/year (save ${Math.round((1 - p.price_yearly / (p.price_monthly * 12)) * 100)}%)
` : '
'}
- ${p.max_devices === -1 ? 'Unlimited' : p.max_devices} device${p.max_devices !== 1 ? 's' : ''}
- ${p.max_storage_mb === -1 ? 'Unlimited' : p.max_storage_mb >= 1024 ? (p.max_storage_mb / 1024) + ' GB' : p.max_storage_mb + ' MB'} storage
diff --git a/frontend/manifest.json b/frontend/manifest.json
index f4e5c39..97fd0dd 100644
--- a/frontend/manifest.json
+++ b/frontend/manifest.json
@@ -9,14 +9,14 @@
"orientation": "any",
"icons": [
{
- "src": "/assets/icon-192.png",
+ "src": "/assets/pwa-icon.png",
"sizes": "192x192",
"type": "image/png"
},
{
- "src": "/assets/icon-512.png",
+ "src": "/assets/pwa-icon.png",
"sizes": "512x512",
"type": "image/png"
}
]
-}
+}
\ No newline at end of file