{
  "name": "AeroSpottle",
  "short_name": "AeroSpottle",
  "description": "Daily aviation guessing game — identify airports, aircraft, and liveries.",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "background_color": "#080C14",
  "theme_color": "#38bdf8",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
    { "src": "/icons/icon-maskable.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Daily Challenge",
      "short_name": "Daily",
      "url": "/daily?source=pwa",
      "description": "Play today's daily challenge"
    },
    {
      "name": "Friends",
      "short_name": "Friends",
      "url": "/friends?source=pwa",
      "description": "Compare scores with friends"
    }
  ],
  "categories": ["games", "entertainment"],
  "lang": "en"
}
