{
  "name": "Deer Diary",
  "short_name": "Deer Diary",
  "description": "Hunt planning that remembers what you did last week.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0E1311",
  "theme_color": "#CE4E1B",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "id": "https://www.deer-diary.com/",
  "scope": "/"
}