{
  "name": "Ροή — Έσοδα & Έξοδα",
  "short_name": "Ροή",
  "description": "Απλή παρακολούθηση προσωπικών και επαγγελματικών οικονομικών.",
  "lang": "el",
  "start_url": "/dashboard?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f4f6f3",
  "theme_color": "#059669",
  "categories": ["finance", "productivity"],
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Νέα κίνηση", "short_name": "Νέα κίνηση", "url": "/dashboard?action=new", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Κινήσεις", "short_name": "Κινήσεις", "url": "/transactions", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] }
  ]
}
