{
  "short_name": "Nebula X",
  "name": "Nebula X - Space Shooter",
  "description": "A fast-paced retro arcade space shooter with modern graphics. Battle waves of enemies, dodge bullet patterns, and save the galaxy!",
  "icons": [
    {
      "src": "nebula-x-logo.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    },
    {
      "src": "logo192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "logo512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "start_url": "/",
  "scope": "/",
  "display": "fullscreen",
  "display_override": ["fullscreen", "standalone", "minimal-ui"],
  "orientation": "landscape",
  "theme_color": "#000000",
  "background_color": "#000000",
  "categories": ["games", "entertainment"],
  "screenshots": [
    {
      "src": "nebula-x-logo.png",
      "type": "image/png",
      "sizes": "512x512",
      "form_factor": "wide"
    }
  ],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Play Game",
      "short_name": "Play",
      "description": "Jump straight into the action",
      "url": "/",
      "icons": [{ "src": "nebula-x-logo.png", "sizes": "512x512" }]
    }
  ]
}
