{
  "name": "SPOT'EM",
  "short_name": "SPOT'EM",
  "description": "SPOT'EM gaming and streaming news network",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/images/spotem-mark.svg",
      "sizes": "250x51",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["news", "entertainment", "social"],
  "shortcuts": [
    {
      "name": "Streamer Feed",
      "short_name": "Feed",
      "description": "Browse the latest gaming and streaming stories",
      "url": "/news",
      "icons": [{ "src": "/images/spotem-mark.svg", "sizes": "32x32" }]
    },
    {
      "name": "Top Stories",
      "short_name": "News",
      "description": "Read SPOT'EM highlights",
      "url": "/news",
      "icons": [{ "src": "/images/spotem-mark.svg", "sizes": "32x32" }]
    }
  ]
}



