{
  "name": "Dude of the Day",
  "short_name": "DOTD",
  "description": "A daily collectible-card culture game. Nominate, vote, collect.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0a0a08",
  "theme_color": "#c9a84c",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    },
    {
      "src": "/api/icon?size=192",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/api/icon?size=512",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
