{
  "name": "Thermal Cricket",
  "short_name": "Thermal Cricket",
  "description": "Listen to crickets through your phone's microphone and find out the temperature using Dolbear's Law (1897). A real working science experiment.",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#e8f3da",
  "theme_color": "#5a8c3a",
  "lang": "en-GB",
  "dir": "ltr",
  "categories": ["education", "utilities", "kids", "science"],
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "favicon-16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "favicon-32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "icon-180.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "og-image-v3.png",
      "sizes": "1200x630",
      "type": "image/png",
      "label": "Cricket Thermometer reading 21.4°C from 126 chirps per minute"
    }
  ]
}
