{
  "name": "GlobalFeels — Emotional Weather Map",
  "short_name": "GlobalFeels",
  "description": "How is the world feeling right now? Share your mood, feel the planet.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#03060f",
  "theme_color": "#6C63FF",
  "orientation": "portrait-primary",
  "lang": "en",
  "dir": "ltr",
  "categories": ["social", "lifestyle", "entertainment"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/icon-512.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Share Your Mood",
      "short_name": "Compose",
      "description": "Write a new voice",
      "url": "/?action=compose",
      "icons": [{ "src": "/favicon.png", "sizes": "32x32" }]
    },
    {
      "name": "Random Match",
      "short_name": "Match",
      "description": "Connect with someone random",
      "url": "/?action=match",
      "icons": [{ "src": "/favicon.png", "sizes": "32x32" }]
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  }
}

