{
  "name": "Birdle",
  "short_name": "Birdle",
  "description": "A golf-inspired Wordle & Connections companion for competing with friends!",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1a2e1a",
  "theme_color": "#1a2e1a",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "/icons/birdle-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/birdle-256.png", "sizes": "256x256", "type": "image/png", "purpose": "any" },
    { "src": "/icons/birdle-256.png", "sizes": "256x256", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/birdle-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/birdle-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "share_target": {
    "action": "https://birdle.live/share-target",
    "method": "POST",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
