{
  "name": "Chapbook by Popular US Story",
  "short_name": "Chapbook",
  "description": "Small American storytelling. Long-form narratives by Ethan Walker.",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#060504",
  "theme_color": "#7a3a2a",
  "lang": "en-US",
  "scope": "/",
  "categories": ["books", "news", "magazines", "lifestyle"],
  "icons": [
    {"src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any"},
    {"src": "/assets/icons/favicon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable any"},
    {"src": "/assets/icons/favicon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable any"}
  ],
  "shortcuts": [
    {"name": "Real Stories", "url": "/real-stories/", "icons": [{"src": "/assets/icons/favicon-192.png", "sizes": "192x192"}]},
    {"name": "Crime Stories", "url": "/crime-stories/", "icons": [{"src": "/assets/icons/favicon-192.png", "sizes": "192x192"}]},
    {"name": "Latest", "url": "/?sort=latest", "icons": [{"src": "/assets/icons/favicon-192.png", "sizes": "192x192"}]}
  ]
}
