{
  "name": "SocialHub",
  "short_name": "SocialHub",
  "description": "Your modern social network",
  "start_url": "/index.php?page=feed",
  "display": "standalone",
  "background_color": "#0d1117",
  "theme_color": "#6C63FF",
  "orientation": "portrait",
  "icons": [
    { "src": "themes/default/img/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "themes/default/img/icon-512.png", "sizes": "512x512", "type": "image/png" }
  ],
  "shortcuts": [
    { "name": "Home Feed", "url": "/index.php?page=feed", "icons": [{"src":"themes/default/img/icon-192.png","sizes":"192x192"}] },
    { "name": "Messages", "url": "/index.php?page=chat",  "icons": [{"src":"themes/default/img/icon-192.png","sizes":"192x192"}] }
  ]
}
