{
  "name": "PixoPie - AI Photo Sharing",
  "short_name": "PixoPie",
  "description": "AI-Powered Face Recognition Photo Sharing. Upload event photos, let guests find their pictures with a simple selfie.",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#0a0a0f",
  "theme_color": "#0a0a0f",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["photo", "social", "entertainment", "events"],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "protocol_handlers": [
    {
      "protocol": "web+pixopie",
      "url": "/e/%s"
    }
  ],
  "share_target": {
    "action": "/share-target/",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": ["image/*"]
        }
      ]
    }
  },
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Homepage"
    },
    {
      "src": "/screenshots/mobile.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile View"
    },
    {
      "src": "/screenshots/event.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Event Gallery"
    },
    {
      "src": "/screenshots/results.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Search Results"
    }
  ],
  "icons": [
    {
      "src": "/images/iconldpi.png",
      "sizes": "36x36",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/iconmdpi.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/iconhdpi.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/iconxhdpi.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/iconxxhdpi.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/iconxxxhdpi.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Go to your dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/images/iconxxxhdpi.png", "sizes": "192x192" }]
    },
    {
      "name": "Create Event",
      "short_name": "New Event",
      "description": "Create a new photo event",
      "url": "/dashboard/create",
      "icons": [{ "src": "/images/iconxxxhdpi.png", "sizes": "192x192" }]
    },
    {
      "name": "Find Photos",
      "short_name": "Find Photos",
      "description": "Upload a selfie to find your photos",
      "url": "/?action=upload",
      "icons": [{ "src": "/images/iconxxxhdpi.png", "sizes": "192x192" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "features": ["camera", "geolocation", "downloads", "file-system-access"]
}
