{
  "name": "RooBoo",
  "short_name": "RooBoo",
  "description": "A photo dump and mood booster starring Roo.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#171915",
  "theme_color": "#171915",
  "icons": [
    {
      "src": "./apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}