{
  "name": "Topop",
  "short_name": "Topop",
  "description": "Privacy-first social. Real end-to-end encrypted messaging, on-device feed ranking, no tracking.",
  "id": "/topop/",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#06070B",
  "theme_color": "#06070B",
  "categories": ["social", "communication", "lifestyle"],
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><defs><linearGradient id='g' x1='0' y1='0' x2='1' y2='1'><stop offset='0' stop-color='%237C7FFC'/><stop offset='1' stop-color='%2300D4AA'/></linearGradient></defs><rect width='512' height='512' rx='112' fill='url(%23g)'/><text x='256' y='370' font-size='320' font-family='Inter,sans-serif' font-weight='900' text-anchor='middle' fill='white' letter-spacing='-20'>t</text></svg>",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New post",
      "short_name": "Post",
      "url": "./?action=create",
      "icons": [{"src": "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><circle cx='48' cy='48' r='48' fill='%237C7FFC'/><path d='M48 28v40M28 48h40' stroke='white' stroke-width='6' stroke-linecap='round'/></svg>", "sizes": "96x96", "type": "image/svg+xml"}]
    },
    {
      "name": "Inbox",
      "short_name": "Inbox",
      "url": "./?action=inbox",
      "icons": [{"src": "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><circle cx='48' cy='48' r='48' fill='%2300D4AA'/><path d='M30 32h36v24a4 4 0 0 1-4 4H34a4 4 0 0 1-4-4V32z' stroke='white' stroke-width='4' fill='none'/></svg>", "sizes": "96x96", "type": "image/svg+xml"}]
    },
    {
      "name": "Discover",
      "short_name": "Discover",
      "url": "./?action=discover",
      "icons": [{"src": "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><circle cx='48' cy='48' r='48' fill='%23FFB547'/><circle cx='44' cy='44' r='16' stroke='white' stroke-width='4' fill='none'/><path d='M56 56l12 12' stroke='white' stroke-width='4' stroke-linecap='round'/></svg>", "sizes": "96x96", "type": "image/svg+xml"}]
    }
  ],
  "screenshots": [],
  "share_target": {
    "action": "./?action=share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [{"name": "media", "accept": ["image/*", "video/*"]}]
    }
  },
  "protocol_handlers": [
    {"protocol": "web+topop", "url": "./?u=%s"}
  ]
}
