{
  "name": "LoMo — Location & Movement",
  "short_name": "LoMo",
  "description": "LoMo helps you discover nearby people, places, moments, offers, and messages in real time.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone"],
  "orientation": "portrait",
  "lang": "en",
  "dir": "ltr",
  "background_color": "#FCF8F2",
  "theme_color": "#CFB863",
  "categories": ["social", "lifestyle", "navigation"],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "id": "world.lomo.www.twa",
      "url": "https://play.google.com/store/apps/details?id=world.lomo.www.twa"
    }
  ],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-monochrome-512.png", "sizes": "512x512", "type": "image/png", "purpose": "monochrome" }
  ],
  "shortcuts": [
    {
      "name": "Open Radar",
      "short_name": "Radar",
      "description": "Jump straight into the live radar map.",
      "url": "/app",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Messages",
      "short_name": "Messages",
      "description": "Open your conversations.",
      "url": "/app/messages",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Moments",
      "short_name": "Moments",
      "description": "See what's happening around you right now.",
      "url": "/app/moments",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}