Manifest changes to PWA
Run Tests on Branches / Detect Changes (push) Successful in 8s
Run Tests on Branches / Backend Tests (push) Has been skipped
Run Tests on Branches / Frontend Tests (push) Successful in 2m6s
Run Tests on Branches / Frontend Mobile Tests (push) Has been skipped

This commit is contained in:
Ichitux
2026-07-08 23:54:50 +02:00
parent 411d6604a9
commit 302d574220
4 changed files with 542 additions and 959 deletions
+7 -1
View File
@@ -20,10 +20,16 @@ export default defineConfig({
name: 'FarmaClic',
short_name: 'FarmaClic',
description: 'Encuentra medicamentos en farmacias cercanas',
theme_color: '#7fbf8f',
theme_color: '#c0dde9',
background_color: '#f8fafb',
display: 'standalone',
start_url: '/',
lang: 'es',
scope: '/',
id: 'farmaclic_app',
dir: 'auto',
orientation: 'natural',
categories: ['health', 'utilities'],
icons: [
{ src: '/farmaclic_logo.png', sizes: '512x512', type: 'image/png', purpose: 'any maskable' },
],