{
  "name": "Us & Only Us",
  "short_name": "Us & Only Us",
  "description": "A couples card game just for the two of you — questions, dares, and activities across 6 moods.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["tabbed", "window-controls-overlay", "standalone"],
  "orientation": "portrait",
  "background_color": "#0d0812",
  "theme_color": "#e879b8",
  "lang": "en",
  "dir": "ltr",
  "categories": ["entertainment", "lifestyle", "social"],
  "iarc_rating_id": "REPLACE_WITH_YOUR_IARC_CODE",
  "scope_extensions": [
    { "origin": "https://couples-game-gray.vercel.app" }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "widgets": [
    {
      "name": "Card of the Day",
      "tag": "card-of-the-day",
      "description": "A daily question or dare for you and your partner",
      "ms_ac_template": "/widget-template.json",
      "data": "/widget-data.json",
      "type": "application/json",
      "update": 1440,
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }],
      "screenshots": [
        {
          "src": "screenshot-mobile.png",
          "sizes": "390x844",
          "label": "Card of the Day Widget"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "deck",
          "accept": ["application/uoucards", ".uoucards", "application/json", ".json"]
        }
      ]
    }
  },
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "application/uoucards": [".uoucards"],
        "application/json": [".json"]
      },
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }],
      "launch_type": "single-client"
    }
  ],
  "shortcuts": [
    {
      "name": "Romantic & Intimate",
      "short_name": "Romantic",
      "description": "Tender, loving questions and dares",
      "url": "/?deck=romantic",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Spicy & Daring",
      "short_name": "Spicy",
      "description": "Bold, electric, daring cards",
      "url": "/?deck=spicy",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Deep & Meaningful",
      "short_name": "Deep",
      "description": "Soulful, reflective conversations",
      "url": "/?deck=deep",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Fun & Playful",
      "short_name": "Playful",
      "description": "Silly, joyful, laughter-filled",
      "url": "/?deck=playful",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Us & Only Us — Card Game"
    },
    {
      "src": "screenshot-desktop.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Us & Only Us — Card Game on Desktop"
    }
  ]
}
