{
  "name": "Gravity Lander",
  "short_name": "Gravity Lander",
  "description": "A one-tap arcade game: propel your ship against gravity to land softly on procedurally generated planets, dodge orbiting debris, and unlock new ships.",
  "id": "/",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#050510",
  "theme_color": "#050510",
  "categories": ["games", "entertainment"],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}
