{
  "name": "Weyn — Weigh In on What Matters",
  "short_name": "Weyn",
  "description": "The viral social polling app. Watch, vote, and share your opinions.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#050507",
  "theme_color": "#00f0ff",
  "orientation": "portrait-primary",
  "categories": ["social", "entertainment", "news"],
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Create Poll",
      "short_name": "Create",
      "description": "Start a new Weyn poll",
      "url": "/create",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Discover",
      "short_name": "Discover",
      "description": "Browse trending polls",
      "url": "/discover",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "form_factor": "narrow",
      "label": "Weyn feed"
    }
  ],
  "prefer_related_applications": false
}
