{
  "name": "Goosebumps Wishlists",
  "short_name": "Wishlist",
  "description": "Collect the things you love, share one link, and let the right gifts find you.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "background_color": "#16131c",
  "theme_color": "#16131c",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "/add-item",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
