{
  "name": "MomPop",
  "short_name": "MomPop",
  "description": "A daily emotional support system for moms through voice, proximity, and trust.",
  "id": "/",
  "start_url": "/feed",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "background_color": "#FFFFFF",
  "theme_color": "#FFF1F4",
  "orientation": "portrait",
  "categories": ["social", "health", "lifestyle"],
  "shortcuts": [
    {
      "name": "Record a POP",
      "short_name": "Record",
      "description": "Record today's voice POP.",
      "url": "/record",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Nearby moms",
      "short_name": "Nearby",
      "description": "See what is happening nearby.",
      "url": "/map",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ],
  "icons": [
    { "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" }
  ]
}
