{
  "name": "pocket.community",
  "short_name": "pocket",
  "description": "The hyperlocal social app that connects you with nearby people who share your interests. Spark a pocket, meet IRL, build real connections.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0A0A0B",
  "theme_color": "#F97316",
  "orientation": "portrait-primary",
  "scope": "/",
  "id": "pocket-community",
  "icons": [
    {
      "src": "/logo.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["social", "lifestyle", "communication"],
  "shortcuts": [
    {
      "name": "Start a Hangout",
      "short_name": "Spark",
      "url": "/?action=spark",
      "description": "Start a new hangout",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Radar",
      "short_name": "Radar",
      "url": "/?tab=radar",
      "description": "See who's nearby",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Chat",
      "short_name": "Chat",
      "url": "/?tab=chat",
      "description": "Your conversations",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "related_applications": [],
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
