{
  "name": "AllOne Garden",
  "short_name": "AllOne",
  "description": "Open-source multiplayer gardening game — grow together, own your world.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#1b5e20",
  "theme_color": "#4caf50",
  "categories": ["games", "social"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/garden.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Garden view"
    }
  ],
  "shortcuts": [
    {
      "name": "My Garden",
      "url": "/?tab=garden",
      "description": "Open your garden directly"
    },
    {
      "name": "Leaderboard",
      "url": "/?tab=leaderboard",
      "description": "See top growers"
    }
  ]
}
