{
  "name": "Sean's Notebook",
  "short_name": "B Side",
  "description": "A camera you found in a thrift store that takes surprisingly great photos.",
  "start_url": "/",
  "display": "fullscreen",
  "orientation": "any",
  "background_color": "#1a1208",
  "theme_color": "#1a1208",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}