{
  "name": "Caster Profile",
  "short_name": "Caster Profile",
  "description": "Caster OS standalone Caster Profile mini app for wallet identity, public profiles, username resolution, avatar and cover media, posts, replies, follow graph, actor cards, profile edit, tip transfer, Base badges, QStorage, event log, and rollback evidence.",
  "start_url": "/casterprofile",
  "id": "/casterprofile",
  "display": "standalone",
  "background_color": "#05070b",
  "theme_color": "#05070b",
  "icons": [
    {
      "src": "/casterosphoto.jpg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any"
    },
    {
      "src": "/farcaster-miniapps/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Caster Profile",
      "short_name": "Caster Profile",
      "url": "/casterprofile",
      "description": "Open Caster Profile"
    },
    {
      "name": "Caster Profile Status",
      "short_name": "Status",
      "url": "/api/casterprofile/status",
      "description": "Read Caster Profile readiness"
    }
  ]
}
