{
  "name": "Arturo",
  "short_name": "Arturo",
  "id": "arturo-game",
  "description": "Stomp enemies, collect gelato, reach the flag! A free 3D platformer with procedurally generated levels.",
  "lang": "en",
  "start_url": "./",
  "scope": "./",
  "display": "fullscreen",
  "orientation": "any",
  "background_color": "#1a0a2e",
  "theme_color": "#ffd700",
  "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" },
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    { "src": "/og-image.png", "sizes": "3004x1466", "type": "image/png", "form_factor": "wide", "label": "Gameplay" },
    { "src": "/screenshot-mobile.png", "sizes": "604x1280", "type": "image/png", "form_factor": "narrow", "label": "Mobile Gameplay" }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "display_override": ["fullscreen", "standalone", "window-controls-overlay"]
}
