{
  "name": "Presence Social",
  "short_name": "Presence",
  "description": "Social media for your inner circle. Privacy-first, zero ads, zero algorithms, zero bloatware.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "tabbed",
    "standalone",
    "browser"
  ],
  "launch_handler": {
    "client_mode": [
      "focus-existing",
      "auto"
    ]
  },
  "edge_side_panel": {
    "preferred_width": 420
  },
  "categories": [
    "social",
    "lifestyle",
    "photo"
  ],
  "lang": "en",
  "dir": "ltr",
  "orientation": "portrait",
  "prefer_related_applications": false,
  "related_applications": [],
  "scope_extensions": [
    {
      "origin": "https://presencesocial.app"
    },
    {
      "origin": "https://www.presencesocial.app"
    },
    {
      "origin": "https://presencesocial.lovable.app"
    }
  ],
  "background_color": "#1e1813",
  "theme_color": "#1e1813",
  "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-1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-feed.png",
      "sizes": "886x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "A finite feed from friends only"
    },
    {
      "src": "/screenshot-messages.png",
      "sizes": "886x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Voice notes with editable transcripts"
    },
    {
      "src": "/screenshot-hub.png",
      "sizes": "886x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Shared albums and monthly recaps"
    },
    {
      "src": "/screenshot-stories.png",
      "sizes": "886x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Stories for small circles, 24 hours"
    },
    {
      "src": "/screenshot-profile.png",
      "sizes": "886x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "A profile, not a scoreboard. No follower counts"
    }
  ],
  "shortcuts": [
    {
      "name": "Feed",
      "short_name": "Feed",
      "description": "See what your friends shared today",
      "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": "Stories",
      "short_name": "Stories",
      "description": "View 24-hour stories",
      "url": "/app/stories",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Hub",
      "short_name": "Hub",
      "description": "Albums and monthly memory recaps",
      "url": "/app/hub",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/app/share",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "file_handlers": [
    {
      "action": "/app/share",
      "accept": {
        "image/jpeg": [
          ".jpg",
          ".jpeg"
        ],
        "image/png": [
          ".png"
        ],
        "image/webp": [
          ".webp"
        ]
      },
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ],
      "launch_type": "single-client"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+presence",
      "url": "/app/share?url=%s"
    }
  ],
  "note_taking": {
    "new_note_url": "/app/share?compose=note"
  },
  "widgets": [
    {
      "name": "Presence",
      "short_name": "Presence",
      "description": "A nudge to check in with your friends, then get on with your day.",
      "tag": "presence-daily",
      "template": "presence-daily",
      "ms_ac_template": "/widget-presence.ac.json",
      "data": "/widget-presence.data.json",
      "type": "application/json",
      "screenshots": [
        {
          "src": "/screenshot-feed.png",
          "sizes": "886x1920",
          "label": "Presence widget"
        }
      ],
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ],
      "auth": false,
      "update": 86400
    }
  ]
}
