{
  "name": "Astronomy Picture of the Day",
  "short_name": "APOD",
  "description": "Explore the universe with NASA's Astronomy Picture of the Day. Fresh cosmos every day at 10 AM.",
  "start_url": "/?homescreen=1",
  "scope": "/",
  "display": "standalone",
  "background_color": "#121212",
  "theme_color": "#1e88e5",
  "orientation": "portrait",
  "dir": "ltr",
  "lang": "en-US",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}