{
  "name": "Herp Hobbyists",
  "short_name": "Herps",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#d5cfca",
  "theme_color": "#d5cfca",
  "description": "A community for herpetology enthusiasts to manage their collections, share their experiences, knowledge, and passion for reptiles and amphibians.",
  "orientation": "portrait",
  "id": "/",
  "screenshots": [
    {
      "src": "/static/images/screenshot1.png",
      "sizes": "1333x2733",
      "form_factor": "narrow",
      "label": "Herp List",
      "type": "image/png"
    },
    {
      "src": "/static/images/screenshot2.png",
      "sizes": "1344x2733",
      "form_factor": "narrow",
      "label": "Dashboard",
      "type": "image/png"
    }
  ],
  "categories": ["social", "lifestyle", "pets", "photo", "utilities"],
  "icons": [{
      "src": "/static/images/icon-splash-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}