{
  "name": "Autopilot - Autonomous Yield Aggregation for Aerodrome",
  "short_name": "Autopilot",
  "description": "Deploy, compound, and optimize your liquidity across Aerodrome pools with non-custodial automation and real-time analytics.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#2b787c",
  "background_color": "#ffffff",
  "categories": ["finance", "productivity"],
  "icons": [
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.ico",
      "sizes": "32x32",
      "type": "image/x-icon"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "View Positions",
      "short_name": "Positions",
      "description": "View your DeFi positions",
      "url": "/defi/positions",
      "icons": [
        {
          "src": "/logos/icon.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "View Pools",
      "short_name": "Pools",
      "description": "Explore available pools",
      "url": "/defi/pools",
      "icons": [
        {
          "src": "/logos/icon.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}

