{
  "name": "Spark Dating - Find Your Perfect Match",
  "short_name": "Spark",
  "description": "AI-powered dating app with advanced matching, real-time chat, and meaningful connections. Find love, make friends, or expand your social circle.",
  "start_url": "/?source=pwa",
  "id": "spark-dating-app",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#667eea",
  "theme_color": "#667eea",
  "orientation": "portrait-primary",
  "categories": ["social", "dating", "lifestyle", "personalization"],
  "lang": "en-US",
  "dir": "ltr",
  "iarc_rating_id": "T17+",
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/maskable-icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/monochrome-icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "monochrome"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop-discovery.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Browse potential matches with advanced filters"
    },
    {
      "src": "/screenshots/desktop-messages.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Chat with your matches in real-time"
    },
    {
      "src": "/screenshots/mobile-swipe.png",
      "sizes": "414x896",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Swipe through profiles on mobile"
    },
    {
      "src": "/screenshots/mobile-chat.png",
      "sizes": "414x896",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile messaging experience"
    }
  ],
  "shortcuts": [
    {
      "name": "Find Matches",
      "short_name": "Discovery",
      "description": "Discover new people nearby",
      "url": "/discovery?source=shortcut",
      "icons": [{ 
        "src": "/icons/discovery-shortcut.png", 
        "sizes": "96x96",
        "type": "image/png"
      }]
    },
    {
      "name": "Messages",
      "short_name": "Chat",
      "description": "Chat with your matches",
      "url": "/messages?source=shortcut",
      "icons": [{ 
        "src": "/icons/messages-shortcut.png", 
        "sizes": "96x96",
        "type": "image/png"
      }]
    },
    {
      "name": "My Profile",
      "short_name": "Profile",
      "description": "Edit your profile and photos",
      "url": "/profile?source=shortcut",
      "icons": [{ 
        "src": "/icons/profile-shortcut.png", 
        "sizes": "96x96",
        "type": "image/png"
      }]
    },
    {
      "name": "Matches",
      "short_name": "Matches",
      "description": "View your mutual matches",
      "url": "/matches?source=shortcut",
      "icons": [{ 
        "src": "/icons/matches-shortcut.png", 
        "sizes": "96x96",
        "type": "image/png"
      }]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "photos",
          "accept": ["image/*"]
        }
      ]
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+spark",
      "url": "/handle?url=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/handle-files",
      "accept": {
        "image/*": [".jpg", ".jpeg", ".png", ".webp", ".gif"]
      }
    }
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "handle_links": "preferred",
  "edge_side_panel": {
    "preferred_width": 400
  },
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.spark.dating",
      "id": "com.spark.dating"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/spark-dating/id123456789",
      "id": "123456789"
    }
  ],
  "gcm_sender_id": "103953800507",
  "offline_enabled": true,
  "capabilities": [
    "contacts",
    "geolocation",
    "camera",
    "notifications",
    "push",
    "background-sync"
  ]
}