{
  "name": "UFO World News",
  "short_name": "UFO News",
  "description": "AI-Powered UFO & UAP News Aggregation",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#111827",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "images/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "images/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    }
  ],
  "categories": ["news", "entertainment"],
  "shortcuts": [
    {
      "name": "Latest News",
      "short_name": "Latest",
      "description": "View the latest UFO news",
      "url": "/",
      "icons": [{ "src": "images/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Search",
      "short_name": "Search",
      "description": "Search UFO articles",
      "url": "/search",
      "icons": [{ "src": "images/icon-192x192.png", "sizes": "192x192" }]
    }
  ]
}