{
  "short_name": "Lemmy",
  "name": "Lemmy",
  "start_url": "/",
  "icons": [
    { "src": "logo_512.png", "type": "image/png", "sizes": "1254x1254", "purpose": "maskable" },
    { "src": "logo_512.png", "type": "image/png", "sizes": "1254x1254", "purpose": "any" }
  ],
  "background_color": "#000000",
  "display": "standalone",
  "scope": "/",
  "theme_color": "#000000",
  "description": "A Svelte based web client for Lemmy.",
  "screenshots": [
    { "form_factor": "wide", "label": "Desktop interface", "type": "image/webp", "src": "img/pwa/wide.webp", "sizes": "3692x1948" },
    { "form_factor": "narrow", "label": "Mobile interface", "src": "img/pwa/narrow.webp", "sizes": "962x1948" }
  ],
  "shortcuts": [
    { "name": "Inbox", "url": "/inbox" },
    { "name": "Create post", "url": "/create/post" },
    { "name": "Profile", "url": "/profile/user" }
  ],
  "share_target": {
    "action": "/go",
    "method": "GET",
    "params": { "title": "post_name", "text": "post_body", "url": "localize" }
  },
  "categories": ["entertainment", "news", "social"]
}
