{
  "name": "Cast to Artifact",
  "short_name": "CastArt",
  "description": "Transform your Farcaster casts into shareable art",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/app-icon-192.jpg",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/app-icon-512.jpg",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "social", "graphics"],
  "shortcuts": [
    {
      "name": "Create Minimal",
      "url": "/?style=minimal",
      "description": "Generate minimal editorial style"
    },
    {
      "name": "Create Cyberpunk",
      "url": "/?style=cyberpunk",
      "description": "Generate cyberpunk neon style"
    },
    {
      "name": "Create Marble",
      "url": "/?style=marble",
      "description": "Generate marble classical style"
    }
  ]
}
