{
  "id": "/",
  "name": "Sovereign Society",
  "short_name": "Sovereign",
  "description": "Private network for sovereign men: deal flow, accountability, brotherhood.",
  "start_url": "/feed?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0A0A0A",
  "theme_color": "#0A0A0A",
  "orientation": "portrait",
  "categories": ["social", "lifestyle", "business"],
  "icons": [
    {
      "src": "/static/img/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/img/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/img/icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/img/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Feed",
      "url": "/feed",
      "description": "Latest posts from the brotherhood"
    },
    {
      "name": "Messages",
      "url": "/messages",
      "description": "Direct messages"
    },
    {
      "name": "Wins",
      "url": "/wins",
      "description": "Wins wall"
    },
    {
      "name": "Notifications",
      "url": "/notifications",
      "description": "Your notifications"
    }
  ]
}
