{
  "name": "My surf journal",
  "short_name": "SurfJournal",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#f7fbff",
  "theme_color": "#026aa7",
  "description": "Record surf sessions with wave conditions, notes and photos.",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}