{
  "id": "/",
  "short_name": "Giftory",
  "name": "Giftory - Your Wishlist App",
  "description": "Collect and share your wishes from anywhere!",
  "icons": [
    { "src": "favicon.ico", "sizes": "64x64 32x32 24x24 16x16", "type": "image/x-icon" },
    { "src": "icon-192.png", "type": "image/png", "sizes": "192x192", "purpose": "any" },
    { "src": "icon-512.png", "type": "image/png", "sizes": "512x512", "purpose": "any" },
    { "src": "icon-maskable-512.png", "type": "image/png", "sizes": "512x512", "purpose": "maskable" }
  ],
  "start_url": "/discover?tab=following",
  "display": "standalone",
  "theme_color": "#A0567B",
  "background_color": "#ffffff",
  "orientation": "portrait-primary",
  "shortcuts": [
    { "name": "Discover", "url": "/discover?tab=following", "icons": [{ "src": "icon-192.png", "sizes": "192x192" }] },
    { "name": "My Reservations", "url": "/reservations", "icons": [{ "src": "icon-192.png", "sizes": "192x192" }] }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "GET",
    "params": { "title": "title", "text": "text", "url": "url" }
  }
}
