{
  "id": "/game",
  "name": "Gemgala · BlockMe",
  "short_name": "Gemgala",
  "description": "Play games, earn rewards, and invite friends on Gemgala.",
  "start_url": "/game",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#eefbf6",
  "theme_color": "#10b981",
  "categories": [
    "games",
    "entertainment"
  ],
  "lang": "en",
  "dir": "auto",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/mobile.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Gemgala BlockMe Mobile View"
    }
  ],
  "shortcuts": [
    {
      "name": "Play BlockMe",
      "short_name": "Play",
      "description": "Start playing Gemgala BlockMe puzzle game",
      "url": "/game",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Invite Friends",
      "short_name": "Invite",
      "description": "Invite friends and earn rewards",
      "url": "/invite",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My Profile",
      "short_name": "Profile",
      "description": "View profile and game statistics",
      "url": "/profile",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
