{
  "name": "Flowna — Make irregular income feel stable",
  "short_name": "Flowna",
  "description": "Turn unpredictable earnings into a stable daily Safe-Spend number. Built for African workers with irregular income.",
  "categories": ["finance", "productivity", "lifestyle"],
  "lang": "en",
  "dir": "ltr",
  "start_url": "/app/home?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "theme_color": "#10B981",
  "background_color": "#F9FAFB",
  "icons": [
    {
      "src": "/favicon-flowna.png",
      "sizes": "64x64",
      "type": "image/png"
    },
    {
      "src": "/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Log income",
      "short_name": "Income",
      "description": "Quickly log money you just received",
      "url": "/app/activity?quick=income&utm_source=pwa_shortcut",
      "icons": [{ "src": "/pwa-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Log expense",
      "short_name": "Expense",
      "description": "Quickly log money you just spent",
      "url": "/app/activity?quick=expense&utm_source=pwa_shortcut",
      "icons": [{ "src": "/pwa-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Ask the Guide",
      "short_name": "Guide",
      "description": "Chat with your Flowna Guide",
      "url": "/app/guide?utm_source=pwa_shortcut",
      "icons": [{ "src": "/pwa-icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/app/sms-import",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "prefer_related_applications": false
}
