{
  "name": "Sweet Treats Swipe",
  "short_name": "Treats",
  "description": "Personal swipe viewer for recipe photos and recipe pages.",
  "start_url": ".",
  "scope": ".",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#160e12",
  "theme_color": "#201318",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}