{
  "short_name": "VibeShift",
  "name": "VibeShift AI - Avatar Generator",
  "icons": [
    {
      "src": "/icon-192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/",
  "background_color": "#030712",
  "theme_color": "#8b5cf6",
  "scope": "/",
  "scope_extensions": [
    { "origin": "https://vibeshift-ai.lovable.app" },
    { "origin": "https://*.vibeshift-ai.lovable.app" },
    { "origin": "https://vibeshift.app" },
    { "origin": "https://*.vibeshift.app" }
  ],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "related_applications": [
    { "platform": "play", "url": "https://play.google.com/store/apps/details?id=app.vibeshift.ai", "id": "app.vibeshift.ai" },
    { "platform": "itunes", "url": "https://apps.apple.com/app/vibeshift-ai/id0000000000", "id": "0000000000" },
    { "platform": "windows", "url": "https://apps.microsoft.com/detail/vibeshift-ai", "id": "VibeShiftAI.VibeShiftAI" },
    { "platform": "webapp", "url": "https://vibeshift-ai.lovable.app/manifest.webmanifest" }
  ],
  "prefer_related_applications": false,
  "display": "standalone",
  "display_override": ["tabbed", "window-controls-overlay", "standalone", "minimal-ui", "browser"],
  "tabbed": {
    "new_tab_button": {
      "url": "/dashboard"
    }
  },
  "note_taking": {
    "new_note_url": "/dashboard?note=new"
  },
  "widgets": [
    {
      "name": "Quick Vibe",
      "short_name": "Vibe",
      "description": "Kick off a new VibeShift transformation from your desktop widget board.",
      "tag": "vibeshift-quick",
      "template": "vibeshift-quick-template",
      "ms_ac_template": "/widgets/quick-vibe.json",
      "data": "/widgets/quick-vibe-data.json",
      "type": "application/json",
      "screenshots": [
        {
          "src": "/icon-512.png",
          "sizes": "512x512",
          "label": "Quick Vibe widget preview"
        }
      ],
      "icons": [
        { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ],
      "backgrounds": [
        { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" }
      ],
      "auth": false,
      "update": 86400
    }
  ],
  "orientation": "portrait",
  "file_handlers": [
    {
      "action": "/dashboard",
      "accept": {
        "image/jpeg": [".jpg", ".jpeg"],
        "image/png": [".png"],
        "image/webp": [".webp"],
        "image/heic": [".heic"],
        "image/heif": [".heif"]
      },
      "icons": [
        { "src": "/icon-192.png", "type": "image/png", "sizes": "192x192" }
      ],
      "launch_type": "single-client"
    }
  ],
  "protocol_handlers": [
    { "protocol": "web+vibeshift", "url": "/dashboard?vibe=%s" },
    { "protocol": "mailto", "url": "/dashboard?mailto=%s" }
  ],
  "share_target": {
    "action": "/dashboard",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "name",
      "text": "description",
      "url": "link",
      "files": [
        {
          "name": "media",
          "accept": ["image/*", ".jpg", ".jpeg", ".png", ".webp", ".heic", ".heif"]
        }
      ]
    }
  }
}
