{
  "name": "Upvote.link - Discover Great Content",
  "short_name": "Upvote",
  "description": "Discover and share great content with the community",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0B0C14",
  "theme_color": "#5C63D3",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/images/favicon-android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/favicon-android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["social", "news"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Latest",
      "short_name": "Latest",
      "description": "View latest content",
      "url": "/latest/",
      "icons": [
        {
          "src": "/images/favicon-android-chrome-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Trending",
      "short_name": "Trending",
      "description": "View trending content",
      "url": "/trending/",
      "icons": [
        {
          "src": "/images/favicon-android-chrome-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
