{
  "name": "Fam & Friends",
  "short_name": "Fam & Friends",
  "description": "Your private space for the people who matter most.",
  "start_url": "/app.html",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#000000",
  "theme_color": "#000000",
  "scope": "/",
  "lang": "en-US",
  "categories": ["social", "lifestyle"],

  "icons": [
    { "src": "images/icons/icon-72.png",   "sizes": "72x72",     "type": "image/png", "purpose": "any" },
    { "src": "images/icons/icon-96.png",   "sizes": "96x96",     "type": "image/png", "purpose": "any" },
    { "src": "images/icons/icon-128.png",  "sizes": "128x128",   "type": "image/png", "purpose": "any" },
    { "src": "images/icons/icon-144.png",  "sizes": "144x144",   "type": "image/png", "purpose": "any" },
    { "src": "images/icons/icon-152.png",  "sizes": "152x152",   "type": "image/png", "purpose": "any" },
    { "src": "images/icons/icon-192.png",  "sizes": "192x192",   "type": "image/png", "purpose": "any maskable" },
    { "src": "images/icons/icon-384.png",  "sizes": "384x384",   "type": "image/png", "purpose": "any" },
    { "src": "images/icons/icon-512.png",  "sizes": "512x512",   "type": "image/png", "purpose": "any maskable" },
    { "src": "apple-touch-icon.png",       "sizes": "180x180",   "type": "image/png", "purpose": "any" }
  ],

  "shortcuts": [
    {
      "name": "Message Board",
      "short_name": "Board",
      "url": "/app.html#board",
      "icons": [{ "src": "images/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Island Chat",
      "short_name": "Chat",
      "url": "/app.html#chat",
      "icons": [{ "src": "images/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "VIBE PULSE",
      "short_name": "Events",
      "url": "/app.html#events",
      "icons": [{ "src": "images/icons/icon-96.png", "sizes": "96x96" }]
    }
  ],

  "share_target": {
    "action": "/app.html",
    "method": "GET",
    "params": { "title": "title", "text": "text", "url": "url" }
  }
}
