{
  "name": "BBQ & Grill Temp Calculator — bbqtemperature.com",
  "short_name": "BBQ Temp",
  "description": "Meat temperature chart calculator: internal target temp, pull temp, pit temp, cook time and resting timer for steak, brisket, pulled pork, ribs, chicken and salmon.",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#08090d",
  "theme_color": "#0b0d12",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["food", "utilities", "lifestyle"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Steak doneness temp",
      "short_name": "Steak",
      "url": "/?cut=ribeye",
      "description": "Jump straight to the steak calculator"
    },
    {
      "name": "Brisket & the stall",
      "short_name": "Brisket",
      "url": "/?cut=brisket",
      "description": "Low & slow targets plus the stall guide"
    }
  ]
}
