
{
  "name": "Ayuuto - Community Savings & Financial Inclusion",
  "short_name": "Ayuuto",
  "description": "Join rotating savings groups and build wealth together through modern ROSCA platform for global financial inclusion",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "background_color": "#0d9488",
  "theme_color": "#0d9488",
  "orientation": "portrait-primary",
  "categories": ["finance", "social", "productivity", "business"],
  "lang": "en",
  "dir": "ltr",
  "scope": "/",
  "id": "ayuuto-app",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "16x16 32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Ayuuto Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your savings dashboard and group activity",
      "url": "/",
      "icons": [
        {
          "src": "/favicon.png",
          "sizes": "32x32"
        }
      ]
    },
    {
      "name": "Create Group",
      "short_name": "Create",
      "description": "Start a new savings circle",
      "url": "/groups/create",
      "icons": [
        {
          "src": "/favicon.png",
          "sizes": "32x32"
        }
      ]
    },
    {
      "name": "Groups",
      "short_name": "Groups",
      "description": "Manage your savings groups and circles",
      "url": "/groups",
      "icons": [
        {
          "src": "/favicon.png",
          "sizes": "32x32"
        }
      ]
    },
    {
      "name": "Messages",
      "short_name": "Chat",
      "description": "Chat with group members and view notifications",
      "url": "/messages",
      "icons": [
        {
          "src": "/favicon.png",
          "sizes": "32x32"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/groups/create",
    "method": "GET",
    "params": {
      "title": "name",
      "text": "description",
      "url": "url"
    }
  },
  "related_applications": [],
  "prefer_related_applications": false
}
