{
  "name": "Vixie.art",
  "short_name": "Vixie",
  "description": "AI photo transformation — any style, in seconds",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0d0808",
  "theme_color": "#8b1a1a",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "image",
          "accept": ["image/jpeg", "image/png", "image/webp", "image/heic", "image/*"]
        }
      ]
    }
  },
  "shortcuts": [
    {
      "name": "Transform a Photo",
      "url": "/",
      "description": "Upload a photo and transform it"
    }
  ]
}
