{
  "name": "GraintoX - Agri-Fintech Platform",
  "short_name": "GraintoX",
  "description": "Accessible agricultural fintech platform for farmers, investors, and stakeholders",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#2E7D32",
  "categories": ["finance", "agriculture", "business"],
  "screenshots": [
    {
      "src": "/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "icons": [
    {
      "src": "/logo.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your portfolio and market data",
      "url": "/?view=dashboard",
      "icons": [{ "src": "/logo.png", "sizes": "96x96" }]
    },
    {
      "name": "Trading",
      "short_name": "Trading",
      "description": "Buy and sell agricultural commodities",
      "url": "/?view=trading",
      "icons": [{ "src": "/logo.png", "sizes": "96x96" }]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "prefer_related_applications": false,
  "accessibility": {
    "wcag": "2.1",
    "level": "AA",
    "keyboard_accessible": true,
    "screen_reader_friendly": true,
    "offline_capable": true,
    "supported_languages": [
      "en",
      "ar",
      "he",
      "ur",
      "fa",
      "fr",
      "es"
    ]
  }
}
