{
  "name": "OORTH Nexus",
  "short_name": "OORTH",
  "description": "Positive Life Media Hub — stories, community, nearby, family vault.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0b0b16",
  "theme_color": "#0b0b16",
  "categories": ["social", "productivity", "lifestyle"],
  "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.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Create", "short_name": "Create", "url": "/create", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Nearby", "short_name": "Nearby", "url": "/nearby", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Inbox", "short_name": "Inbox", "url": "/messages", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Communities", "short_name": "Communities", "url": "/communities", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] }
  ],
  "share_target": {
    "action": "/create",
    "method": "GET",
    "params": { "title": "title", "text": "text", "url": "url" }
  }
}
