{
  "name": "Memoroam",
  "short_name": "Memoroam",
  "description": "Your travel memories, beautifully logged.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0E1520",
  "theme_color": "#0E1520",
  "orientation": "portrait",
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "shared_title",
      "text": "shared_text",
      "url": "shared_url"
    }
  },
  "icons": [
    {
      "src": "assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
