{
  "name": "Test 1 2 — Vocal Social Network",
  "short_name": "Test12",
  "description": "The voice-first social network. Speak to post, reply, and chat — no typing required.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#050810",
  "theme_color": "#1595b2",
  "lang": "en",
  "categories": ["social", "utilities"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Voice Post",
      "short_name": "Post",
      "description": "Tap the mic and speak a new post",
      "url": "/",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Private Channel",
      "short_name": "Private",
      "description": "Start a private voice chat",
      "url": "/private",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
