{
  "name": "Photo Flip - Personalized Memory Game",
  "short_name": "Photo Flip",
  "description": "A fun family photo matching game for all ages. Create memories while playing together!",
  "id": "com.photoflip.twa",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#FFF7ED",
  "theme_color": "#E8702A",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "prefer_related_applications": true,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.photoflip.twa",
      "id": "com.photoflip.twa"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/screenshot-gameplay.png",
      "sizes": "768x1408",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Memory card matching gameplay"
    },
    {
      "src": "/screenshots/screenshot-levels.png",
      "sizes": "768x1408",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Level selection screen"
    },
    {
      "src": "/screenshots/screenshot-complete.png",
      "sizes": "768x1408",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Level completion celebration"
    },
    {
      "src": "/screenshots/screenshot-desktop.png",
      "sizes": "1408x768",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Desktop gameplay view"
    }
  ],
  "categories": ["games", "entertainment"],
  "lang": "en"
}
