{
  "name": "YouInOrOut - Coordinate Plans Instantly",
  "short_name": "YouInOrOut",
  "description": "The zero-friction way for friends to coordinate plans. No group chat clutter, no mandatory apps, no accounts.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0f0f23",
  "theme_color": "#00ff88",
  "icons": [
    {
      "src": "/assets/youinoroutappicon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/assets/youinoroutappicon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/youinoroutappicon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/assets/youinoroutappicon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/assets/screenshot-1.png",
      "sizes": "540x720",
      "type": "image/png"
    },
    {
      "src": "/assets/screenshot-2.png",
      "sizes": "540x720",
      "type": "image/png"
    }
  ],
  "categories": ["social", "lifestyle"],
  "shortcuts": [
    {
      "name": "Create a Move",
      "short_name": "New Move",
      "description": "Create a new event to coordinate with friends",
      "url": "/dashboard.php?action=new",
      "icons": [
        {
          "src": "/assets/shortcut-new-move.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
