{
  "id": "/",
  "name": "THE SIGNAL - a living network of presence",
  "short_name": "THE SIGNAL",
  "description": "Become a light on a living globe. Leave one breath, send rare pulses, and discover your Signal Mirror.",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "any",
  "scope": "/",
  "lang": "en",
  "categories": ["social", "lifestyle"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cdefs%3E%3CradialGradient id='g' cx='35%25' cy='35%25' r='65%25'%3E%3Cstop offset='0' stop-color='%23c8fff4'/%3E%3Cstop offset='0.55' stop-color='%237cf9e6'/%3E%3Cstop offset='1' stop-color='%231a5a50'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width='512' height='512' rx='112' fill='%23000'/%3E%3Ccircle cx='256' cy='256' r='160' fill='url(%23g)'/%3E%3Ccircle cx='256' cy='256' r='218' fill='none' stroke='%237cf9e6' stroke-opacity='.22' stroke-width='10'/%3E%3C/svg%3E",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "A living globe of human presence"
    },
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "A living globe of human presence"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Inbox",
      "short_name": "Inbox",
      "description": "See pulses sent to you",
      "url": "/?action=inbox"
    },
    {
      "name": "Open Signal Mirror",
      "short_name": "Mirror",
      "description": "Generate your living resonance card",
      "url": "/?action=mirror"
    },
    {
      "name": "Open Signal Rift",
      "short_name": "Rift",
      "description": "Hold the map until it reveals one ritual path",
      "url": "/?action=rift"
    },
    {
      "name": "Open Constellation Universe",
      "short_name": "Universe",
      "description": "Enter the live social constellation layer",
      "url": "/?action=universe"
    },
    {
      "name": "Compose Drift",
      "short_name": "Drift",
      "description": "Send a slow signal that finds five lights at random",
      "url": "/?action=drift"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+signal",
      "url": "/?signal-protocol=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/?signal-file=1",
      "accept": { "application/json": [".signal"] },
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }],
      "launch_type": "single-client"
    }
  ],
  "launch_handler": {
    "client_mode": ["focus-existing", "auto"]
  },
  "related_applications": [],
  "prefer_related_applications": false,
  "share_target": {
    "action": "/?signal-share=1",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "shared_title",
      "text":  "shared_text",
      "url":   "shared_url"
    }
  }
}
